The datepicker can populate an alternate field, with its own format, whenever a date is selected.
- This feature might be used to present a human-friendly date for user selection,
- while passing a more computer-friendly date through for further processing.
The datepicker can populate an alternate field, with its own format, whenever a date is selected.
+ This feature might be used to present a human-friendly date for user selection,
+ while passing a more computer-friendly date through for further processing.
This datepicker is triggered by clicking on the icon following the field,
- instead of the field gaining focus. You can also set the datepicker to
- open in both cases.
This datepicker is triggered by clicking on the icon following the field,
+ instead of the field gaining focus. You can also set the datepicker to
+ open in both cases.
The datepicker may be localised for other languages and date preferences.
- There is built-in support for languages that read right-to-left, such as Arabic and Hebrew.
The datepicker may be localised for other languages and date preferences.
+ There is built-in support for languages that read right-to-left, such as Arabic and Hebrew.
The datepicker may have a minimum and/or maximum date set to restrict the range of possible dates.
- These dates may be set as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from
- today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days,
- 'W' for weeks, 'M' for months, or 'Y' for years.
The datepicker may have a minimum and/or maximum date set to restrict the range of possible dates.
+ These dates may be set as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from
+ today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days,
+ 'W' for weeks, 'M' for months, or 'Y' for years.