-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Complete date reset #171
Comments
Yup.. You can do that by doing something like this: picker.$node.val('') // clear the input value
picker.stop().start() // restart the picker 👍 |
@amsul doing picker.stop().start() does not start the picker it only stops it |
Found a way to "reset" the calendar date to the current day: Someone could add a .reset() method to this library ;) |
If it is not yet implemented, PRs are very welcome =) |
Called it .today() and submitted the PR :) |
Is it possible to reset calendar date completely?
I mean remove input value and reset year, month, day to current date.
Reset calendar to its initial state.
The text was updated successfully, but these errors were encountered: