Skip to content

Date / Time Picker

The Date / Time Picker presents an inline or popup calendar and/or clock for selecting date and time values. The type property controls which picker panels appear.

Properties

PropertyTypeDescription
typedate / time / datetimeWhich picker panel(s) to show
labelstringField label
clearablebooleanShow a clear/reset button to remove the selected value
maskstringDisplay format for the selected value — see below

Plus shared layout properties.

Mask format

The mask property controls how the selected value is displayed in the input field. It uses Day.js format tokens.

Common examples:

MaskOutput example
DD/MM/YYYY24/12/2025
MM/DD/YYYY12/24/2025
YYYY-MM-DD2025-12-24
HH:mm14:30
DD/MM/YYYY HH:mm:ss24/12/2025 14:30:00

The mask affects display only — the underlying submitted value is always an ISO 8601 timestamp.


See also: Elements overview

S-Launch