
Chapter 17 Time/Date Control
17-1
17.1 Time/Date
DATE$ (System Variable) [Conforms to SLIM]
Function
Obtains the current date.
Format
DATE$
Explanation
This statement stores the current date in the following format:
“yyyy/mm/dd”(year/month/day).
Related Terms
TIME$
Example
DIM ls1 As String
ls1 = DATE$ 'Assigns the current date to ls1.
Comentários a estes Manuais