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