Time

Time in hh:mm or hh:mm:ss or hh:mm:ss.nnn format

Specification

nested

  • Available types:

    Type
    Specification

    array

    Provides an array of nested parameters which are shown when the value of the parameter is set (value is not empty)

    string

    Provides URL address of an RPC to load list of nested parameters.

    object

    Provides a detailed specification of nested parameters.

Usage of nested fields:

{
    "name": "myTime",
    "type": "time",
    "label": "My Time",
    "nested": "rpc://getNestedFields"
}

Examples

Basic Time Input

Time field expects a time entry in hh:mm, hh:mm:ss or hh:mm:ss.nnn format.

Example of Basic Time Input

Last updated