// File; lastModifiedDate.php // Code by; Mark A. Agius, 17/09/2011 - 18/09/2011. // // To get the file modified date of your current page, use; // // // To get the file modified date of any other or your current page from the Internet, use; // // // var ModifiedString; var ModifiedDate; /* Time stamp of file; ../tv-freeview-dates.csv As of; 29/04/2024 - 11:56:54am (bst) */ var ModifiedString = " 3/10/2017 - 4:03:35am (bst)"; var ModifiedDate = new Date(2017,9,3, 4,3,35); /* End of file. */