nos-forms-jquery

Type

datetime-local

Example with all options

{
    "name": "datetimeLocalExample",
    "id": "datetimeLocalId",
    "type": "datetime-local",
    "title": "Datetime Local Example",
    "label": "Datetime Local Example",
    "data": {
        "field": 0,
        "testing": 123,
    },
    "disabled": false,
    "readonly": false,
    "required": true,
    "autofocus": false,
    "classname": "form-control",
    "formGroup": true,
    "min": "",
    "max": "",
    "value": ""
}

More practical example

{
    "name": "datetimeLocalExample",
    "type": "datetime-local",
    "label": "Datetime Local Example",
    "required": true
}