Skip to content

Instantly share code, notes, and snippets.

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 trycf/8041c287a5495d46562f44d23e708ea9 to your computer and use it in GitHub Desktop.
Save trycf/8041c287a5495d46562f44d23e708ea9 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset d1 = "10 2018">
<cfset d2 = "2018 10">
<cfoutput>
#dateFormat(d1)#<br />
#dateFormat(d2)#<br />
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment