[jQuery] Split Date-Time Input Forms into Two and Use Datepicker and Timepicker
Tadashi Shigeoka · Thu, February 14, 2013
The title basically says it all.
When using jQuery libraries for input assistance, the following approach seems to be the quickest:
・Split date-time input forms into two ・Use Datepicker for year/month/day forms ・Use Timepicker for time forms
When trying to combine date and time into one form, there weren’t any good jQuery libraries available.
That’s all from the Gemba.