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
{{ message }}
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.
Hi,
Is there a way to know if user click on prev/next button in the calendar?
I know the on('changeDate') is detected if user change the selected date. But if user click on the << or >> in the calendar, how do I know it, and also how to detect what month is it showing.
$("#dateTimePickerInput").datepicker({
endDate: new Date,
todayHighlight: true}
).on('changeDate', function (e) {});
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is there a way to know if user click on prev/next button in the calendar?
I know the on('changeDate') is detected if user change the selected date. But if user click on the << or >> in the calendar, how do I know it, and also how to detect what month is it showing.
The text was updated successfully, but these errors were encountered: