meteor-react-form icon indicating copy to clipboard operation
meteor-react-form copied to clipboard

Default date format

Open Sabst opened this issue 9 years ago • 1 comments

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?

Sabst avatar Feb 24 '16 21:02 Sabst

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.

nicolaslopezj avatar Feb 26 '16 16:02 nicolaslopezj