Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatePicker date moves backwards when clicking the calendar icon with custom format #333

Closed
Cpousson opened this issue Apr 18, 2018 · 1 comment
Labels

Comments

@Cpousson
Copy link

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.

@Cpousson 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
@atatanasov atatanasov added the bug label Apr 20, 2018
@atatanasov
Copy link
Owner

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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants