meteor-react-form
meteor-react-form copied to clipboard
Default date format
When displaying a date value in update mode, I get:
The specified value "Wed Feb 24 2016 21:56:31 GMT+0100 (CET)" does not conform to the required format, "yyyy-MM-dd".
The default date format should be enforced in MRF, right?
That's because we are passing the date object to the html input type date, we need to transform is to that format before rendering.