Is there any way to get the current time (including milliseconds) in cold fusion? Doesn't look like it in the date/time functions, but someone must be doing this.
I could be wrong here... but i believe mx is the first version where you could output direct evaluations.
<cfoutput>#start - end#</cfoutput><!--- MX compatible (I think) --->
<cfoutput>#evaluate(start-end)#</cfoutput> <!--- would work for any version (I think) --->
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.