Skip to content

Time Field

A time picker with a dropdown of ready values.

Settings:

SettingWhat it does
Min. timeEarliest value offered
Max. timeLatest value offered
Time incrementStep between the offered values, in minutes — 15 by default

The display format is MODX's own manager time format, so the field matches the rest of the manager without being configured.

Output:

html
<time>{$opens_at}</time>

Bounds and step shape the list, not the value

They decide what the dropdown offers. They are not a validation rule: a value written through the REST API or an import lands as given.

© PageBlocks 2019-present