:: Forums :: Discussions :: EasyBackup
 
<< Previous thread | Next thread >>
How to change latest backup date on admin overview?
Moderators: nlstart
Author Post
cjmick
Registered Member #3915
Joined:
Location: United States
Posts: 1
Instead of having it say Y - M - D, I want it to say M D Y
Back to top
nlstart

Registered Member #1
Joined:
Location: Amerongen
Posts: 1228
In the admin overview generated by easybackup/admin_overview.php the presented date in column 'Last Modified' is following the "Forum date format" as it is defined in Admin Area > Preferences > Date Display Options > field 'Forum date format' (which is default filled with %a %b %d %Y, %I:%M%p).

I didn't try it, but I think you could change this line
$filedate = $gen -> convert_date(filemtime($path."/".$files[$c]), "forum");
into
$filedate = date("M D Y", filemtime($path."/".$files[$c]));

Back to top
Website
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System