Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/21b79eee078648c379ed6aa338af4711 to your computer and use it in GitHub Desktop.
Save trycf/21b79eee078648c379ed6aa338af4711 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