Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2015 03:09
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/08874b5dc6d809b02c07 to your computer and use it in GitHub Desktop.
Save anonymous/08874b5dc6d809b02c07 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
sbFirst = 1967; // first SuperBowl ever
sbCount = now().year() - sbFirst + 1;
if (now().month() > 1) // next year
sbCount++
echo("<h2>Get Ready for SuperBowl #numberFormat(sbCount, 'roman')#!</h2>");
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment