3
Just going for the "Lazarus Award for Resurected Threads" for this month
Just got two things to say:
1. "Thanks jfmoore" - seriously, you saved me a lot of searching

2. "Eek!"
jfmoore was correct about the files and places to amend the date format. Having just FUBARed my wiwimod tables in the db I should like to amend the advice above to the following:
le="color: #000000"><?php --------------------------- Index.php - 13.708 bytes - Fri, 24.06.05 at 15:45 - Wiwimod 12.040 'lastmodified' => date("d.m.y", strtotime($pageObj->lastmodified)), --------------------------- Wiwipdf.php - 4.427 bytes - Fri, 08.04.05 at 11:05 - Wiwimod 1.690 'lastmodified' => date("d.m.y", strtotime($pageObj->lastmodified)), --------------------------- listpages.php - 6.124 bytes - Mon, 16.05.05 at 22:05 - WiwimodAdmin 5.278 <td>'.date("d.m.y", @strtotime($pageArr[$i]->lastmodified)).'</td> --------------------------- wiwimod_recent.php - 1.443 bytes - Tue, 07.06.05 at 22:30 - WiwimodBlocks 1.035 $link['lastmodified'] = date("d.m.y", strtotime($content["lastmodified"])); --------------------------- wiwimod_showpage.php - 3.501 bytes - Tue, 10.05.05 at 22:41 - WiwimodBlocks 1.700 $block['lastmodified'] = date("d.m.y", strtotime($pageObj->lastmodified)); 2.835 $block['lastmodified'] = date("d.m.y", strtotime($pageObj->lastmodified)); --------------------------- wiwiRevision.class.php - 24.872 bytes - Tue, 07.06.05 at 18:47 - WiwimodClass 3.811 [color=FF0000]date("Y-m-d H:i:s")[/color], //-- lastmodified is Now 4.834 [color=FF0000]date("Y-m-d H:i:s")[/color], 13.360 '"<tr><td colspan=3><strong>".date("d.m.y", strtotime($counter))."</strong></td></tr>"', 13.442 '"<tr><td> ".date("H:i",strtotime($content["lastmodified"]))."</td><td><A href="index.php?page=".$this->encode($content["keyword"])."">".($content["title"] == "" ? $content["keyword"] : $content["title"])."</a></td><td><span 22.393 $sql = "SELECT keyword, MAX(id) AS id FROM ".$xoopsDB->prefix("wiwimod")." WHERE lastmodified<'".[color=FF0000]date("Y-m-d H:i:s"[/color], time() - 61 * 24 * 3600)."' GROUP BY keyword";
Do not under any circumstances alter the three instances of code written in
red type as this will alter the way that the "last update date" is written to the database. Trust me, you do not want to see what happens if you do
It's okay to change all of the others, though

TFF backups