MCImageManager:Configuration/filesystem.datefmt

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: filesystem.datefmt

This option enables you specify the date format that is used to display dates in various places.

MCImageManager uses the date function in PHP check there manuals for possible configuration values.

Example of usage in the config.php file

$mcImageManagerConfig['filesystem.datefmt'] = "Y-m-d H:i";

Example of usage in a mc_access file

filesystem.datefmt=Y-m-d H:i
Personal tools