Date Range Picker
Properties
Visual
| Property | Type | Description |
|---|---|---|
| Label | i18n text | Translatable text for label translations |
| Date format | single select | Select option for format (See DateFormats) |
| Min zoom mode | single select | Select option for min zoom mode (See CalendarZoomModes) |
| Max zoom mode | single select | Select option for max zoom mode (See CalendarZoomModes) |
| Show time | boolean | Enable or disable show time |
| Show now button | boolean | Enable or disable show now button |
| Label | single select | Select option for type Allowed values: Normal, Inline. |
Data
| Property | Type | Description |
|---|---|---|
| Default value | single select | Select option for default value Allowed values: None, See RelativeTimeFrameOptions. |
| Restrict start date offset | boolean | Selecting this option allows you to configure time offset from today into the past that will restrict selection from date picker and date range picker |
| Min date range from today | time offset | This property allows you configuration restricted time range from which user can choose (number of days/weeks/months/years). It will result in restricting time of given offset into the past. |
| Restrict end date offset | boolean | Selecting this option allows you to configure time offset from today into the future that will restrict selection from date picker and date range picker |
| Max date from today | time offset | This property allows you configuration restricted time range from which user can choose (number of days/weeks/months/years). It will result in restricting time of given offset into the future. |
Validation
| Property | Type | Description |
|---|---|---|
| Validation | validation | Configure validation |
Event_actions
| Property | Type | Description |
|---|---|---|
| Events | events | Configure event handlers |
Events
| Event | Description |
|---|---|
On value change | Triggered when a value changes |
On init based on user view | Event: ON_INIT_BASED_ON_USER_VIEW |
On component init | Triggered when the component initializes |
On component destroy | Triggered when the component is destroyed |
Additional Information
Category: Form
Current Version: 10