Skip to content

Instantly share code, notes, and snippets.

Created January 11, 2017 13:13
Show Gist options
  • Save anonymous/9eb6906809257ad7e1de1272734eab64 to your computer and use it in GitHub Desktop.
Save anonymous/9eb6906809257ad7e1de1272734eab64 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
currentTime=Now();
writeOutput('<p>'&currentTime&'</p>');
formattedTime=TimeFormat(currentTime,'HH:mm:ss.l');
writeOutput('<p>'&formattedTime&'</p>');
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment