Returns |
PropertyList value that represents specified by fltDate date/time in "human readable" form: [#year: 2001, #month: 2, #day: 23, #DayOfWeek: 5, #Hour: 19, #Minute: 42, #Second: 23].
The #DayOfWeek property of returned list contains the day of the week in the range Sunday = 0, Monday = 1, and so on.
String: if failed, returns string with error description, which indicates that conversion cannot be performed. This occurs if you specify a date/time value out of the present range (big positive or big negative).
|