Difference between revisions of "MC-Basic:SYSTEM.DATE"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:SYSTEM.DATE to MC-Basic:SYSTEM.DATE: Global renaming of Axystems: namespace into (Main):)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.DATE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 45: Line 46:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:MC-Basic:System]]
 
}}
 
}}

Latest revision as of 01:50, 2 May 2017

Language: English  • 中文(简体)‎

Specifies the current date in the form: day/month/year (dd.mm/yy). The year is specified by a two-digit number.

Syntax

Sys.Date=”dd/mm/yy”

System.Date=”dd/mm/yy”

?Sys.Date

?System.Date

Availability

All versions

Range

dd: 01 to 31
mm: 01 to 12
yy: 00-99

Scope

Terminal

Examples

System.Date=”03/08/97”                                         'for 3 August 1997

?System.Date

See Also