Package forms\fields-datetime
Classes summary
| DateField | Form field to display an editable date string, either in a single
<input type="text"> field, or in three separate fields for
day, month and year. |
| DateField_Disabled | Disabled version of DateField. Allows dates to be represented in a form,
by showing in a user friendly format, eg, dd/mm/yyyy. |
| DatePickerField | Form field to display an editable date string, either in a single
<input type="text"> field, or in three separate fields for
day, month and year. |
| DatetimeField_Readonly | The readonly class for our DatetimeField. |
| TimeField | Form field to display editable time values in an <input type="text">
field. Can optionally display a dropdown with predefined time ranges through
setConfig('showdropdown', true). |
| TimeField_Readonly | The readonly class for our TimeField. |