Mobiscroll is a handy jquery date plugin that allows scrolling to select dates on the mobile side.
There are a lot of related introductions on the Internet; I'm not repeating it here, just recording some of my own experience.
First of all, I use mobiscroll-2.13.2.full.min.js; As for the other versions have not been tested, do not guarantee that the effect is the same.
To enter the theme, the project takes a time picker to provide the format of the month-day minute.
Online search for a circle, only to find the date and time of the Setup method.
Finally find a solution on the official website
Directly on the code
Timewheels: ' Hhiiss ',//hh:24 hour system, Hh:12 hour
DateFormat: ' Yy-mm-dd ',//mm: In Chinese mode, do not display "month", MM: in Chinese mode display "month";DD: Chinese mode display Chinese "week *";
TimeFormat: ' HH:ii:ss '
More information reference
Https://docs.mobiscroll.com/jquery/datetime#options
Phone-side datetime control (mobiscroll) Set month-date time, minute, and time format