Hi I have a big problem with the Date-, Timepicker.
I need to use it in a form which gets submitted in the background via AJAX the problem is that the value is always null (empty string). I guess the Picker sets the value when the form is submitted but in this case it doesn’t really submits.
1) How do I get the value ?
2) Is there any changed-event ?
There’s the
getDatemethod. Or, of course, read the value of the underlyinginput.Yes, there’s the
onSelectevent.It may be worth (re)reviewing the documentation…
Surprisingly, the deep links above don’t quite seem to work. For
getDate, go to the documentation and click “Methods”, then “getDate”. ForonSelect, go to the documentation and click “Options”, then “onSelect”.