I need to know the exact date (day, month and year) that a webpage was last updated or created for a School project.
Any idea on how I can do that?
I need to know the exact date (day, month and year) that a webpage was last updated or created for a School project.
Any idea on how I can do that?
Practically speaking I don’t think you really can. Here is a StackOverflow thread.
Thanks for the information. I tried:
javascript:alert(document.lastModified)
To see maybe if that helped, but it doesn’t help to find the date of the website (updates every few minutes).
I’ll try emailing the support to see if I can get any information then.
@michaelnicol Did you just mean specifically for the two sites?
For the 3dprinting site this metadata might be correct (it might also not).
"datePublished":"2017-01-11T12:06:13+00:00"
"dateModified":"2019-11-20T14:01:22+00:00"
I just meant, in general, it is highly unlikely that you can use any one technique to get an accurate date.