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):)
m
Line 45: Line 45:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:MC-Basic:System]]
 
}}
 
}}

Revision as of 14:19, 28 May 2014

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