[Accordion] Overview
The Date Picker component allows you to specify a date/date range for data-entry or filtering purposes. It ensures that your entry is a valid date and presents useful shortcuts for selecting dates or date ranges.
The Date Range component allows you to set a start and end date for a specific period. For example, it can be used to define the duration of a program assignment, a recurring scheduler event, or the validity period of a patient’s insurance coverage.
[Accordion] Key Features
- Enabled/Disabled State: The checkbox controls the state of the Date Picker. When checked, the component becomes active and allows you to select a date.
- Calendar: [[img:calendar_month]] Opens a calendar layout allowing you to select a date
- Presets: Some Date Controls may present presets to choose from
[Accordion] FAQs
[Q] Can I type the date instead of using the calendar?
[A] Yes, you can either enter the date manually or choose it from the calendar.
[Q] Why is the date box grayed out?
[A] The checkbox on the left side must be checked to activate the input field for the Date component.
[Q] How do I clear a selected date?
[A] Uncheck the checkbox to reset the date you have selected.
[Accordion] Related Articles