Classes
DatetimeSelector | A widget to edit a Python datetime.datetime object. |
Bases: enaml.widgets.bounded_datetime.BoundedDatetime
A widget to edit a Python datetime.datetime object.
This is a geometrically smaller control than what is provided by Calendar.
A python date format string to format the datetime. If None is supplied (or is invalid) the system locale setting is used. This may not be supported by all backends.
Whether to use a calendar popup for selecting the date.
A datetime selector expands freely in width by default
A reference to the ProxyDateSelector object.