A simple plugin that returns the edit date of the most recently updated template or channel entry. Accepts EE date variable formatting. Based on a query suggested in the EE forums.
Copy last_updated
to system/expressionengine/third_party/
The Last Updated Plugin outputs the edit date of the most recently edited template or entry. It uses EE's date formatting
EXAMPLE:
{exp:last_updated format="%F %d, %Y"}
...would return something like "November 24, 2010"
Version 1.0.0 - Initial release