- Timestamp:
- 2006/08/25 13:26:30 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_SelectSql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_SelectSql.php
r1938 r1939 71 71 72 72 // FROM 73 // $date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));74 73 $date1 = $from_year . "/" . $from_month . "/" . $from_day; 75 76 sfprintr($date1);77 74 78 75 // TO(TO¤Ï+1Æü) 79 76 $date2 = date("Y/m/d", strtotime(date('Y/m/d', mktime(0,0,0,$to_month,$to_day,$to_year)) . " + day")); 77 78 sfprintr($date2); 80 79 81 80 // ³«»Ï´ü´Ö¤À¤±»ØÄê¤Î¾ì¹ç 82 81 if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && ( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) { 83 82 $this->setWhere( $column ." >= " . $date1 ); 84 // $return = array($date1);85 83 } 86 84
Note: See TracChangeset
for help on using the changeset viewer.
