Add an ‘attribute’ command to any block of type textline with the following value:
type="date"
This is compatible with most new browsers (html 5 feature)
Other Pickers:
Date and Time picker | type="datetime-local" |
Month/Year picker | type="month" |
Week / Year picker | type="week" |
Time picker | type="time" |
Color picker (#xxxxxx) | type="color" |
Local Time | type="datetime-local |
You can add a start date by using the below code
type="date" min="2021-01-01" max="2022-01-01"
Examples | |
month | date |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article