Index: trunk/MagicSoft/Mars/datacenter/db/menu.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 9482)
+++ trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 9483)
@@ -593,10 +593,10 @@
 {
     if (empty($_GET["fStartDate"]))
-        $timemin = GetMin("fRunStart", $table, $host, $user, $pw, $db);
+        $timemin = GetMin("Date_Format(fRunStart, '%Y-%m-%d')", $table, $host, $user, $pw, $db);
     else
         $timemin = $_GET["fStartDate"];
 
     if (empty($_GET["fStopDate"]))
-        $timemax = GetMaxDate("fRunStart", $table, $host, $user, $pw, $db);
+        $timemax = GetMaxDate("Date_Format(fRunStart, '%Y-%m-%d')", $table, $host, $user, $pw, $db);
     else
         $timemax = $_GET["fStopDate"];
