.Response.LastModified question - WeOnlyDo Discussion board

.Response.LastModified question (General questions)

by dirk, Friday, December 18, 2009, 18:42 (5453 days ago)

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

by wodDamir, Friday, December 18, 2009, 18:59 (5453 days ago) @ dirk

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