Select Date
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
This element is used to input a Date.
Configuration
| Setting | Description |
|---|---|
| mayBeNull | Whether the field is required (Bool) |
| empty | Whether the field is required (Bool) |
Functions
setValue(String date)
Sets the selected Date. The value must be formatted in a standard way, for example, YYYY-MM-DD.
toString()
Returns the date as a string formatted as YYYY-MM-DD.