Now

From NSB App Studio
Revision as of 02:44, 28 May 2013 by JwellsNB (talk | contribs) (Add javascript snippet)
Jump to navigation Jump to search

Now

Description

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

Example (Basic)

Rem Now example
Print FormatDateTime(Now)

Example (JavaScript)

// Now example
NSB.Print(new Date());

Output

11/11/2004 9:52:27 AM

Related Items

Date, Day, Hour, Minute, Month, Second, Time, WeekDay, Year