Events for DateTime picker?

Events for DateTime picker?

Loren MaxwellLoren Maxwell Posts: 406Questions: 99Answers: 10

Are there any events for the DateTime picker, such as when the user changes the month or the year or anything like that?

I can attach events to the input, but I'm looking for when a user clicks the backward and forward arrow, etc.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,290Questions: 1Answers: 10,428 Site admin
    Answer ✓

    You can listen for the change event on the input element, or use onChange for changes on the value selected.

    However, the library doesn't trigger events for navigation around its UI I'm afraid.

    Allan

Sign In or Register to comment.