Now: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "NOW '''Description''' NOW returns the current date and time according to the date and time setting of your computer. '''Example''' <pre> REM NOW example PRINT FormatDateTi...")
(No difference)

Revision as of 18:31, 8 July 2012

NOW

Description

NOW returns the current date and time according to the date and time setting of your computer.

Example

REM NOW example
PRINT FormatDateTime(Now)

Output

11/11/2004 9:52:27 AM

Related Items

DATE, DAY, HOUR, MINUTE, MONTH, SECOND, TIME, WEEKDAY, YEAR