Skip to content

Instantly share code, notes, and snippets.

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