Returns the value of the date header field for the object referred to by the specified url connection.
Syntax
getDate( urlconnection )
urlconnection.getDate( )
Parameters
urlconnection
|
the url connection object to use.
|
Returns
long
|
the value of the date header field.
|
Example
dt = ucon.getDate( )
|