Collect date or date-time inputs from users with customizable formats and native date pickers. Ideal for scheduling and event management in your chatbot agent.
yyyy-MM-dd
: Example: 2025-01-02
yyyy-MM-dd HH:mm:ss
: Example: 2025-01-02 14:30:00
dd/MM/yy
: Example: 02/01/25
dd/MM/yyyy HH:mm:ss
: Example: 02/01/2025 14:30:00
d.MM.yy
: Example: 2.01.25
dd/MM/yyyy HH:mm
).”Note: While you can specify how the date will be saved and handled in the system, the actual display format may vary based on the user’s browser and device settings. Always test your date inputs across different platforms to ensure a consistent user experience. While you can specify a format (e.g.,dd/MM/yyyy
), users may see a different format depending on their browser or device settings (e.g.,MM/dd/yyyy
). The date will still be stored in the format you defined.