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 edit summary
Line 1: Line 1:
NOW
Now


'''Description'''
== Description ==


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


'''Example'''
== Example ==


<pre>
<pre>
REM NOW example
Rem Now example
PRINT FormatDateTime(Now)
Print FormatDateTime(Now)
</pre>
</pre>


'''Output'''
== Output ==


<pre>
<pre>
Line 18: Line 18:
</pre>
</pre>


'''Related Items'''
== Related Items ==


[[date|DATE]], [[day|DAY]], [[hour|HOUR]], [[minute|MINUTE]], [[month|MONTH]], [[second|SECOND]], [[time|TIME]], [[weekday|WEEKDAY]], [[year|YEAR]]
[[date|DATE]], [[day|DAY]], [[hour|HOUR]], [[minute|MINUTE]], [[month|MONTH]], [[second|SECOND]], [[time|TIME]], [[weekday|WEEKDAY]], [[year|YEAR]]
[[Category:Language Reference]]

Revision as of 02:26, 17 August 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