tracker issue : CF-4094689

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: parseDateTime not fully working in cfclient

| View in Tracker

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:

Once this is fixed, hopefully dateFormat() can also be fixed for IE/FF (CF-3739355). Thanks!, -Aaron
Comment by External U.
5181 | December 02, 2015 05:48:04 AM GMT
The test is passing in FF now. It is also passing in Microsoft edge. So It seems to be an issue with IE only which is not supporting the latest spec.
Comment by Chinoy G.
5182 | June 23, 2016 04:45:45 AM GMT
Hi Chinoy, Yes, thanks, I've just confirmed the following currently return the expected result: Chrome: 51.0.2704.103 m Firefox: 47.0.1 Edge: 25.10586.0.0 I agree there is no longer an issue. Thanks very much!, -Aaron
Comment by External U.
5183 | July 05, 2016 01:32:24 PM GMT