The Date & Time component supports selection for date, time separately and combined.
โ
There are three shorthands available that you can use when creating the controls: date, time and datetime.
Date
mobiscroll.date("#date-input");
Time
mobiscroll.time("time-input");
Date & Time
mobiscroll.datetime("datetime-input");
The combined date and time picker supports a compact view with stacked wheels and an expanded view with a separate wheel for every date-part and time-part.
TIP: Try demos for all three modes.
What's next?
Making sure the user selects the right value: Continue with setting up minimum, maximum values and invalids.
Start a free trial: Get started with the Date & Time control by starting a free trial.