Time
Field to store time values
The field of type time
is used to store time values. It display a <input type="time">
in the UI.
Example
{
name: "starts_at",
type: "time",
}
Available options
This field only has the common options.
Field to store time values
The field of type time
is used to store time values. It display a <input type="time">
in the UI.
{
name: "starts_at",
type: "time",
}
This field only has the common options.