Sets the last modified date of the specified response object.
Syntax
setLastModified( response , long )
response.setLastModified( long )
Parameters
response
|
the response object to use.
|
long
|
the last modified date, in number of milliseconds since January 1, 1970 00:00:00 GMT.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.setLastModified( dt )
|