Jump to content

[SOLVED] File last modified date


adam291086

Recommended Posts

i am trying to get the last time the file has been modified using

 

$filename = $fList[$i];
echo date("l, dS F, Y @ h:ia", filemtime($filename));

 

The $fList[$i]; is an array with all the files names stored in here.

 

All i get is the date Thursday, 01st January, 1970 @ 01:00am. What am i doing wrong?

 

 

Link to comment
https://forums.phpfreaks.com/topic/120697-solved-file-last-modified-date/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.