Skip to content

Instantly share code, notes, and snippets.

Created November 16, 2016 21:02
TryCF Gist
<cfset string = "1997-07-16T19:20:30+01:00">
<cfset date = parseDateTime(string, "yyyy-MM-dd'T'HH:mm:ssX")>
<cfoutput>#date#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment