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
I was wondering if the select time has the correct behaviour ?
While selecting a date the onSelect method is triggers well, on the other hand while clicking/selecting time it doesn't go through onSelect.
I am using specific format date which I modify in onSelect method. Whereas the time select get the format that is in formatDate, not what I am looking for.
Any ideas ?
For now I am using onchange event on input field. But it would be nice if I could use onSelect method of datetimepicker.
The text was updated successfully, but these errors were encountered:
spaider88
added a commit
to spaider88/jquery-simple-datetimepicker
that referenced
this issue
Aug 4, 2017
Hello,
Thank you for the plugin and your work.
I was wondering if the select time has the correct behaviour ?
While selecting a date the
onSelect
method is triggers well, on the other hand while clicking/selecting time it doesn't go throughonSelect
.I am using specific format date which I modify in
onSelect
method. Whereas the time select get the format that is informatDate
, not what I am looking for.Any ideas ?
For now I am using onchange event on input field. But it would be nice if I could use onSelect method of datetimepicker.
The text was updated successfully, but these errors were encountered: