Macromedia ColdFusion 5 Training from the Source (With CD-ROM)
| I l @ ve RuBoard |
| Used to get the current date and time. These values are retrieved from the server running ColdFusion. Syntax
Now() Parameters
None Example
<!--- Create and display today's date ---> <cfoutput> #Dateformat(Now(), "mm/dd/yy")# </cfoutput> |
| I l @ ve RuBoard |