Now()

Returns the current date and time as a string.

NOW()   Returns date and time

example:

	# Printn the date and time
	>> printn Now()
	11-Jul-97 8:47:50

Note: Use Substring() and Locate() to select time or date individually


Now

The Now() command returns out a simple time and date string. If time or date are required individually they can be chopped out of the string using the Substring() and Locate() commands to take the date before the space or the time after the space.

Parameters:

RESULT = (String)

Combined time and date string.