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