- A year or month that is not applicable should not be displayed. For example, when scheduling an event, the event should be in the future, so a year before the current year should not be shown and a month before the current month should not be shown. Similarly, for birthdays, years and months that are entirely in the future should not be shown.
- Date and Time Pickers may be used together if both a date and a time are needed.
- Note that the calendar icon that drops the calendar down highlights when the cursor hovers over it. Compare "Date Picker" with "Dropped Down" in the example above.
Ranges
- If a range of dates is needed, two date controls are used. They behave exactly described above, but in addition the second date cannot be before the first one.
- Note that dates and times may also be entered into the text box and the Telerik RadControls support keystrokes for moving around in the drop-down calendar.
- Different date conventions are supported. The date format is determined by a locale setting for each iMIS website.
Items of Note: None
Put to Use
Status: Review
Used in Conjunction with: None
Related Patterns:
Please support YYYYMMDD
This format is very popular for a variety of reasons.
-- Bruce