Difference between revisions of "MC-Basic:TIMEDATE"
m (1 revision) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:TIMEDATE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 31: | Line 32: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= | ||
Line 38: | Line 39: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SYSTEM.DATE|SYSTEM.DATE]] |
− | * [[ | + | * [[MC-Basic:SYSTEM.TIME|SYSTEM.TIME]] |
− | * [[ | + | * [[MC-Basic:TIME|TIME]] |
}} | }} |
Latest revision as of 09:11, 2 May 2017
Language: | English • 中文(简体) |
---|
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