// js_FileDate.php // By Mark A. Agius, (c) 16/10/2011 - 10:00pm bst // Get and return the date a file was last saved. // Syntax: // // FileUploadedDate = the date of the file if found. FileUploadedDate = "File not found."; FileDateFound = false; FilePathName = undefined; // Reset value to 'undefined', as value may be set when calling script with a valid file. FileUploadedDate = "21/08/2015 - 3:05am (bst)"; FileDateFound = true; FilePathName = "versions/WebWindowExeFiles.zip";