Timeline card with two states for selecting a date + a time.
The parameters for DateTime are:
Name | Type | Default | Values | Description |
---|---|---|---|---|
format | string | - | ‘ddd D YYYY h’, ‘YY DD MM’,etc | For full reference of the supported formats : https://day.js.org/docs/en/display/format |
If you don’t pass a dateTime, today will be selected by default. However, if you pass a minDate and maxDate and today does not fall between those two dates, then you won’t see today.