Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 10269)
+++ temp/trunk/html/admin/products/index.php	(revision 10270)
@@ -168,7 +168,9 @@
 					$date = sfGetTimestamp($_POST['search_endyear'], $_POST['search_endmonth'], $_POST['search_endday']);
 					
+					sfprintr($date);
+					
 					$date = strtotime($date);
 					
-					sfprintr(date('Y/m/d', $date + 86400));
+					sfprintr(date('Y-m-d', $date + 86400));
 					
 					$where.= " AND update_date < date('" . $_POST['search_endyear'] . "/" . $_POST['search_endmonth'] . "/" . $_POST['search_endday'] . "')";
