Changeset 1939 for temp


Ignore:
Timestamp:
2006/08/25 13:26:30 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_SelectSql.php

    r1938 r1939  
    7171         
    7272        // FROM 
    73 //      $date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));  
    7473        $date1 = $from_year . "/" . $from_month . "/" . $from_day; 
    75          
    76         sfprintr($date1); 
    7774         
    7875        // TO(TO¤Ï+1Æü) 
    7976        $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); 
    8079         
    8180        // ³«»Ï´ü´Ö¤À¤±»ØÄê¤Î¾ì¹ç 
    8281        if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && ( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) { 
    8382            $this->setWhere( $column ." >= " . $date1 ); 
    84 //          $return = array($date1); 
    8583        } 
    8684 
Note: See TracChangeset for help on using the changeset viewer.