Skip to content

set "format":"date" in form  #37

Open
@shibiaoz

Description

@shibiaoz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions