MC-Basic:TIMEDATE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?TimeDate |AVAILABILITY= All versions |DESCRIPTION= Queries the time and date. The time and date are returned in the format:<br> ''<day of we…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Queries the time and date. The time and date are returned in the format:
<day of week> <month> <day of month>

Syntax

?TimeDate

Availability

All versions

Type

Long

Range

<hours>: 00 to 23
<minutes>: 0 to 59
<seconds>: 0 to 59

Scope

Terminal

Limitations

Read-Only

Examples

� ?Timedate
   SUN AUG 03 14:36:36 2001

See Also