Events for DateTime picker?
Events for DateTime picker?
Loren Maxwell
Posts: 406Questions: 99Answers: 10
in DateTime
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
You can listen for the
change
event on theinput
element, or useonChange
for changes on the value selected.However, the library doesn't trigger events for navigation around its UI I'm afraid.
Allan