| I l @ ve RuBoard |
| Used to get the current date and time. These values are retrieved from the server running ColdFusion. SyntaxNow() ParametersNone Example<!--- Create and display today's date ---> <cfoutput> #Dateformat(Now(), "mm/dd/yy")# </cfoutput> |
| I l @ ve RuBoard |