You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Cpousson
changed the title
DateTimePicker date moves backwards when clicking the calendar icon with custom format
DatePicker date moves backwards when clicking the calendar icon with custom format
Apr 18, 2018
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: