Now Procedure |
Version 7 |
Returns the current date/time..
[ dtNow = ] Now ( )
The Now procedure syntax has the following parts:
Name |
Type |
Description |
dtNow |
DateTime |
Return value: the current date/time value |
print Now() ! prints current date time - "12/6/2007 1:07:43 PM"