Site Last Modified (Laatste aanpassing)
This module displays a global "last modified" date that informs the visitor when the last change was done to the site. It displays the last modified/created date of all articles, regardless their access level and publish state.
It does not display any other changes, e.g. in Section/Category or Modules:
- The date+time of changes in Section/Category descriptions are not stored in the Joomla tables.
- The usage of the checked_out_time of User defined Modules wasn't implemented in this module.
The module has three parameters: Module Class Suffix (for individual module styling), Label (for any text), Date/time format ( Formats the date value according to the MySQL format string, see http://dev.mysql.com/doc/refman/4.1/en/date-and-time-functions.html )
Example 1 (default settings):
Label: Site Last Modified:
Date/time format: %W %e %M %Y, %k:%i
results in:
Site Last Modified:Thursday 7 September 2006, 17:59
Example 2 (user parameters settings):
Label: Modified:<br/>
Date/time format: %e-%m-%Y
results in:
Modified:
7-09-2006

