Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/c1d0a3d9db63a91e39b5d7f9ae136914 to your computer and use it in GitHub Desktop.
Save trycf/c1d0a3d9db63a91e39b5d7f9ae136914 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
dataElaborazione = dateFormat(now(), "yyyyMMdd");
oraElaborazione = timeFormat(now(), "HHmmss");
writeOutput(dataElaborazione "\n");
writeOutput(oraElaborazione);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment