zebra_datepicker
Advanced tools
Changelog
version 2.1.0 (May 11, 2024)
default_position
property now takes more options; the previous valid values are still going to work for backward compatibility; this is a response to an older issueChangelog
version 2.0.0 (September 28, 2023)
Changelog
version 1.9.17 (December 23, 2020)
enabled_ampm
option; see #170; thanks Beth McIntosh!container
was not working - see #166; thanks Beth McIntosh!AM/PM
if A
is used, and am/pm
if a
is used)Changelog
version 1.9.16 (October 14, 2020)
Changelog
version 1.9.13 (September 26, 2019)
onChange
event is now also triggered when switching to the time
viewenabled_hours
, enabled_minutes
and enabled_seconds
as strings rather than integers would break the time pickerupdate
method now repaints the date pickerChangelog
version 1.9.12 (October 27, 2018)
onClose
event would fire multiple times - thanks @kouts!fast_navigation
which, when set to false
, disables the default behavior that allows the users to quickly navigate through months and years by clicking on the date picker's top label; this answers @Leslie Cohn-Wein's two and a half year old request #66! thank you and sorry it took so long! better later than never :)current_date
which, when set to a date in the format of YYYY-MM-DD
overrides the value of Today; this answers @Jefferson Borges's two and a half year old request #74! thank you and sorry it took so long!a
or A
the time's format (indicating a 12-hour time) but the hour's format is H
or G
(indicating a 24-hour time), time picking was not working correctly; these will now be automatically replaced with h
and g
respectively