MCFileManager:Configuration/filesystem.datefmt
From Moxiecode Documentation Wiki
[edit]
Option: filesystem.datefmt
This option enables you specify the date format that is used to display dates in various places.
MCFileManager uses the date function in PHP check there manuals for possible configuration values.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['filesystem.datefmt'] = "Y-m-d H:i";
[edit]
Example of usage in a mc_access file
filesystem.datefmt=Y-m-d H:i
