Answered
Date Time Variable
I am trying to create a new variable using the dateformat
function. Everything works and shows like I want it to except for
the minute. Any clues?
<CFSET NewFileName = #DateFormat(Now(),"yyyymmddhhns")#>
<cfoutput>#NewFileName#</cfoutput> Results of output 2006090803n37
I do not want any spaces in the output
anthony
<CFSET NewFileName = #DateFormat(Now(),"yyyymmddhhns")#>
<cfoutput>#NewFileName#</cfoutput> Results of output 2006090803n37
I do not want any spaces in the output
anthony