- Timestamp:
- 2006/12/06 09:55:37 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r10270 r10271 167 167 case 'search_endyear': // ÅÐÏ¿¹¹¿·Æü¡ÊTO¡Ë 168 168 $date = sfGetTimestamp($_POST['search_endyear'], $_POST['search_endmonth'], $_POST['search_endday']); 169 170 sfprintr($date); 171 172 $date = strtotime($date); 173 174 sfprintr(date('Y-m-d', $date + 86400)); 175 176 $where.= " AND update_date < date('" . $_POST['search_endyear'] . "/" . $_POST['search_endmonth'] . "/" . $_POST['search_endday'] . "')"; 169 $date = date('Y/m/d', strtotime($date) + 86400); 170 $where.= " AND update_date < date('" . $date . "')"; 171 //$where.= " AND update_date < date('" . $_POST['search_endyear'] . "/" . $_POST['search_endmonth'] . "/" . $_POST['search_endday'] . "')"; 177 172 178 173 // $arrval[] = $date;
Note: See TracChangeset
for help on using the changeset viewer.
