Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Cody W / Cody W ()
Created: 05/08/2017
Components: AJAX
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: 11,0,12,302575 and 2016,0,04,302561 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: ALL / Win 2012 Server x64
Vote Count: 0
Problem Description: cfinput datefield breaks in Chrome after latest update to ColdFusion 11
Steps to Reproduce:
<cfform>
<cfinput type="datefield" name="test"/>
</cfform>
Actual Result:
The specified value "05/10/2017" does not conform to the required format, "yyyy-MM-dd".
Expected Result:
entry of date into field
Any Workarounds:
mask="yyyy-MM-dd"
Attachments:
Comments: