DatePicker date moves backwards when clicking the calendar icon with custom format #333
Labels
Comments
We fixed that in the new development build. You can find the new development build in the dist folder at github. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
use a custom format:
$('#datepicker').datepicker({ format: 'mmmm yyyy' });
Choose a date
Click calendar icon one or many times
The date will walk backwards a month with each click of the calendar.
The text was updated successfully, but these errors were encountered: