August 2003
Intermediate to advanced
1140 pages
68h 45m
English
Now
Now( )Returns the current server time and date as a time/date object in the
format {ts 'yyyy-mm-dd HH:MM:SS'}. Example:
<cfoutput> Today is #DateFormat(Now( ),'dddd mmmm dd, yyyy')#.<br> It is currently #TimeFormat(Now( ),'hh:mm tt')#. </cfoutput>