Skip to content

Datetime Control

Combined date and time picker.

OptionTypeDefaultDescription
labelstring-Field label
controlstringdatetime-pickerControl type
datetimeFormatstring-Format (e.g., “DD/MM/YYYY HH:mm”)
defaultstring-Default datetime
{
"attributes": {
"scheduledPublish": {
"type": "string",
"default": "",
"wbs": {
"label": "Scheduled Publish",
"control": "datetime-picker",
"datetimeFormat": "DD/MM/YYYY HH:mm"
}
}
}
}
<time datetime="{{ attributes.scheduledPublish }}">
{{ attributes.scheduledPublish }}
</time>

Use Datetime for scheduled posts, appointments, events, or any combined date/time selection needs.