MC-Basic:SYSTEM.DATE
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