Title:
cfinput type="datefield" No longer works properly. Default dates do not load and dates cannot be selected.
| View in TrackerProblem Description: Using cfinput type="datefield" You can't select a date and an error is returned. Default values are ignored and replaced with yyyy/mm/dd
Steps to Reproduce: <cfform name="frmtest"> <cfinput type="datefield" name="testinput" value=""> </cfform>
Actual Result: cfcalendar.js:108 The specified value "05/27/2017" does not conform to the required format, "yyyy-MM-dd".
Expected Result: No error
Any Workarounds:
Attachments:
Comments: