Overview #
Time Selection. Saves value in ticks with defined offset. It will save time as number of seconds from the midnight by default.
Field Type Parameters: #
Min (From) Time
(optional) – Minimum (From) Time that can be selected.Max (To) Time
(optional) – Maximum (To) Time that can be selected.Step
(optional) – Selection increment. You can use h – hours, m – minutes, s – seconds. Or combined: 1h5mSave Ticks
(optional) – Save the value as a number of ticks.Save Tick Offset
(optional) – Save value offset number.
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(Format) }}
Format
(optional) – PHP date format i.e. ‘h:i:s’
Example:
{{ FieldName("h:i") }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(CSS Class, Attributes, Format) }}
CSS Class
(optional) – Name or names of CSS class(s).Attributes
(optional) – Optional attributes like: disabled, onclick, onchange etc.Format
(optional) – Date/Time format. Similar to PHP date format.
Leave a Reply
You must be logged in to post a comment.