You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set Current Time: Automatically set current time by default. If set "false", the input "value" attribute is considered as main time value (Default: true).
Application-Level Custom Attributes
Auto Switch: Automatically change hour-minute or minute-hour on mouseup/touchend (Default: false).
Meridians: Set time in 12-hour clock in which the 24 hours of the day are divided into two periods (Default: false).
Format: A time format string that timeDropper expects existing values to be in and will write times out it (Default: h:mm a).
Value
Description
Result
H
24-hour format non-padded number
0-24
h
12-hour format non-padded number
1-12
HH
24-hour format padded number
00-24
hh
12-hour format padded number
01-12
m
Non-padded numeric minutes
1-59
mm
padded numeric minutes
01-59
a
lower case meridian
am-pm
A
upper case meridian
AM-PM
Mouse Wheel: Enables time change using mousewheel (Default: false).
Init Animation: Animation Style to use when init timedropper (Default: fadeIn).
Options
Fade In
Drop Down
Theme: Set the name of style that you have assigned on the stylesheet generated by the theme generator.