.Response.LastModified question (General questions)
In what date/time format is the .Response.LastModified property set?
Can I use the DATEDIFF (VB6) function to see the difference between the current time/date and the one received via .Response.LastModified ?
And could you explain what the difference is between the .Response.LastModified and the .Response.Date property?
dirk
Re: .Response.LastModified question
Dirk,
The Date and LastModifiedDate are both Date variables, so they should work just fine with DATEDIFF.
As for the difference, the Date property returns the time (date) when the document was created, while LastModifiedDate returns time (date) when the document was changed the last time.
Hope this helps.
Regards,
Damba