Skip to content

Instantly share code, notes, and snippets.

Created November 16, 2016 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6dadca18c464c804c679cccc5003a0f1 to your computer and use it in GitHub Desktop.
Save anonymous/6dadca18c464c804c679cccc5003a0f1 to your computer and use it in GitHub Desktop.
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