-
Notifications
You must be signed in to change notification settings - Fork 0
TimePicker
Eric edited this page Apr 11, 2026
·
11 revisions
TimePicker is a clock component to display or select Time on an analog clock (12h am/pm)
2026-04-11.16-02-04_YouTube_720p.mp4
{"selector:TimePicker ":{CONFIG}}
{
"precision" : 15, //in minutes
"time": "09:00", //in 24h time, default to current time,
"callbacks" : {
"change": OPTIONAL_CALLBACK
}
}
my_time_picker.val(__time); //sets or gets current time (24h time)
my_time_picker.onChange = ()=>{};