jquery-calendrical icon indicating copy to clipboard operation
jquery-calendrical copied to clipboard

Plugin for jQuery that provides popup date and time pickers inspired by Google Calender

Results 12 jquery-calendrical issues
Sort by recently updated
recently updated
newest added

fix spelling of "calendar" --- This change is [](https://reviewable.io/reviews/tobico/jquery-calendrical/33)

How to fix this wrong date representing ![d-error](https://user-images.githubusercontent.com/22018123/34778445-564eb972-f5eb-11e7-8bfe-f508dfa6f71d.png) Thank you

This breaks tab navigation of forms that use the time selector dropdown. I think what is happening is that the next focusable element in the DOM is the time selector...

This major bug was tested on a Windows and a Mac machine on several browsers (IE, Mozilla, Chrome). When trying to show the month October the plugin gets stuck in...

Used directly from the example.html $('#time').calendricalTime({ defaultTime: {hour: 10, minute: 30}, }); And the time still pops up at 12:00 AM This is my HTML entry for the input Time...

When including the option for usa date format, the date range seems to break on the end date. This is do to the fact that the plugin is calling formatDate...

Can you add a version header to the js file so it is easy to see if my current file is out of date. Thanks.

I have a branch where I am implementing automatic setting of the endDate if the endDate is blank. In conjunction with issue #19 I was thinking I could add an...

When you change the beginning date, the end date is moved to keep the time range constant. Can there be an option to disable that? I was quickly reading through...

I am using this in my ROR code, I am using this to set opening and closing timings for shop. default time I show to user is 10:30 AM as...