Date.Date

Function/Meaning

Date string constructor

Type
Dateclassmethod of
Syntax
Date(date:string)
Arguments
date

Date string

Return value
None (void)
Explanation

The date string can be in ANSI C asctime () format, defined in RFC1123, defined in RFC1036, or in the form "year / month / day: hour: minute: second". is needed.
The date string is recognized automatically and can handle some format transformations, but it may not be recognized if the format is too different from what you expected.