We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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() }
The text was updated successfully, but these errors were encountered:
I have the same issue. It seems pretty painful to set the default format for some reason. I just want it to be mm/dd/yyyy
Sorry, something went wrong.
No branches or pull requests
i set schema and form like that ,but it not effect, get the value "birthday": "5 January, 2016",not format like 'yyyy-mm-dd'
The text was updated successfully, but these errors were encountered: