Skip to content

Instantly share code, notes, and snippets.

@gpickin
Created October 23, 2013 17:36
Show Gist options
  • Save gpickin/7123120 to your computer and use it in GitHub Desktop.
Save gpickin/7123120 to your computer and use it in GitHub Desktop.
Testing the whacko yyy dateformat mask. Coldfusion treats it as yy, railo treats it as yyyy, neither is what you expect, but CF 6 - 10 say its not a real mask, but neither of them error.
<cfoutput>#DateFormat(now(), "mm/dd/yyy")#</cfoutput>
@webRat
Copy link

webRat commented Oct 23, 2013

Looks like a fat finger job to me. yyy was never a valid year mask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment