Returns a canonical string presentation of the specified date object.
Syntax
toString( date )
date.toString( )
Parameters
Returns
string
|
representation of the specified date in the form DOW MMM DD HH:MM:SS ZZZ YYYY.
|
Example
iDate = Date( )
print( iDate.toString( ) )
|