User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
881
882
883
884
885
886
887
888
889
890
TimeFormat
883
TimeFormat function.
For example: dateformat(now(), "yyyy-mm-dd")#T#TimeFormat(now(), "HH:mm:ss")
produces:</p>
<cfoutput>#dateformat(now(), "yyyy-mm-dd")#T#TimeFormat(now(), "HH:mm:ss")#</
cfoutput>
</body>
1
...
...
881
882
883
884
885
...
...
1108