|
This jQuery plugin makes it easy to add date and time
selection to textfield inputs.
jQuery("input.dateField").dynDateTime();
This example will make all input elements tagged with the dateField
class. There are plenty of options for configuration; see details in
documentation.
jQuery has lots of date pickers, but no date- time
pickers. This supports date and time, and renders the value to a
single field in a configurable format. |