Calendar date picker component
Level: beginner
Use the Calendar date picker component to select month date.
View the example of a configuration object that implements the calendar date picker below.
Example of a configuration object that implements the calendar date picker
{
"type": "crt.CalendarDatePicker",
"showHeader": true,
"value": "SomeAttribute"
}
string type
Component type. crt.CalendarDatePicker for the Calendar date picker component.
boolean showHeader
The flag that determines whether to display the month name when you select a date. By default, false.
Available values
true | The month name is displayed. |
false | The month name is not displayed. |
string value
The name of attribute from the viewModelConfig schema section that is changed when you select of change the date.