How to find out when a file was modified on a website or webserver

Опубликовано: 07 Февраль 2025
на канале: Awesome Andrew
385
1

In this quick and easy tutorial, I will show you how to find out what date and time a file on a website was modified.

This can be useful for seeing how long a real estate listing has been on the market, although not fool proof if the file is updated at a later date than when i twas first listed.

All you need is the web browser Mozilla FireFox. You can download from here https://www.mozilla.org/en-US/firefox...

Once installed, open up FireFox then open Scratch Pad by Holding down the Shift Key on your keyboard, then Pressing the F4 key on your keyboard.

Once open, you will want to open the file that you want to know the date to, then type or copy and paste this code into Scratch Pad
document.write(document.lastModified);
Then Click on Run

The date should now appear.

You can also download the Scratch Pad file for this tutorial from my website here http://thirdistudio.com.au/Find_How_L...

~-~~-~~~-~~-~
Please watch: "Basic & Easy How to Draw Truss Hip Roof Layout Plan"
   • Basic & Easy How to draw roof truss plan  
~-~~-~~~-~~-~