Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/433be88d727c55048bbe8ec88033dcf9 to your computer and use it in GitHub Desktop.
Save trycf/433be88d727c55048bbe8ec88033dcf9 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfoutput>
<cfset source ="test.pdf" />
<cfset output = listFirst(source, ".") & dateTimeFormat(now(),"yyyymmddhhnnss") & ".pdf" />
#output#
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment