Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/b03305c3fa5bce2c158781c0b69302fc to your computer and use it in GitHub Desktop.
Save trycf/b03305c3fa5bce2c158781c0b69302fc to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
function setLeadCode(co){
return replace(REReplace(co,"[^0-9A-Za-z|]","","all")&'25',' ','')&TimeFormat(now(),'L');
}
writeOutput(setLeadCode('eleventh & gather'));
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment