Status/Resolution/Reason: Closed/Withdrawn/ThirdParty
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 12/02/2015
Components: Mobile Support, Data Structure
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
parseDateTime in cfclient works, for the following example, in Chrome but not IE/FF
Repro:
<div>
<cfclient>
<cfoutput>#parseDateTime("2003-6-11 10:50:32")#</cfoutput>
</cfclient>
</div>
Actual result in Chrome: "Wed Jun 11 2003 10:50:32 GMT-0400 (Eastern Daylight Time)"
Actual result in IE/FF: "Invalid Date"
Expected result in IE/FF: "Wed Jun 11 2003 10:50:32 GMT-0400 (Eastern Daylight Time)"
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4094689
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
Attachments:
Comments: