Created
July 14, 2025 19:12
-
-
Save trycf/433be88d727c55048bbe8ec88033dcf9 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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