// 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; 14/03/2025 - 1:49:53pm (gmt)
*/
var ModifiedString = " 3/10/2017 - 4:03:35am (bst)";
var ModifiedDate = new Date(2017,9,3, 4,3,35);
/*
End of file.
*/