I am trying to get the last modification date of all files in a directory using PHP.
I am using this:
foreach($dir as $file) { $mod_date=date(\"F d
date("F d Y H:i:s.", false) is what you are getting. see documentation of filemtime. It returns false on failure.
date("F d Y H:i:s.", false)
filemtime