Open
Description
i set schema and form like that ,but it not effect, get the value "birthday": "5 January, 2016",not format like 'yyyy-mm-dd'
schema
"birthday": {
"title": "date select",
"type": "string",
"format": "date",
},
form
{
"key": "birthday",
"minDate": "2014-06-20",
"format": "yyyy-mm-dd",
"default": new Date()
}
Metadata
Metadata
Assignees
Labels
No labels