- Flow
- Bot

Configuration
- Button Label: Customize the text shown on the submit button
- Save Answer: Choose a variable to store the collected date/range
Date Range Toggle
Enable date range selection to allow users to pick both start and end dates:- From Label: Customize the label for the start date field (range mode only)
- To Label: Customize the label for the end date field (range mode only)
- Collected as a formatted range string in the saved variable
Time Integration
Enable time selection alongside date picking:- Changes input type from
datetodatetime-local - Allows users to specify both date and time
- Affects the format patterns and display options
Date Constraints
- Minimum Date: Set the earliest selectable date (format: YYYY-MM-DD or YYYY-MM-DDTHH:mm)
- Maximum Date: Set the latest selectable date (format: YYYY-MM-DD or YYYY-MM-DDTHH:mm)
- Supports variable integration for dynamic date limits
Format
TheFormat setting lets you customize the picked date format.
Under the hood, it is done using the date-fns library. You can use any of
the formatting tokens supported by the library.
