Hi guys, can i modify date format? in the file list there is yy/mm/dd time,
i need dd/mm/yy
I do not understand which file I have to change!
Thanks in advance!
Just last question, i need to make a front-office page that showing the uploaded files.
So i editing this script:
file attached
this works, but there is a PGRfilemanager official method?
I need to order files for data and link to href, how i can with this script?
Maybe you could help me,
i thank you so much
Hi,
In php/files.php find
$file['date'] = date('Y-m-d H:i:s', filemtime($filepath));
and replace with
$file['date'] = date('d-m-Y H:i:s', filemtime($filepath));
Cheers, Grzesiek
Thanks a lot for you support Grzesiek :)
Just last question, i need to make a front-office page that showing the uploaded files.
So i editing this script:
file attached
this works, but there is a PGRfilemanager official method?
I need to order files for data and link to href, how i can with this script?
Maybe you could help me,
i thank you so much
Bluekid