Ignore:
Timestamp:
2011/03/04 22:42:23 (13 years ago)
Author:
shutta
Message:

SC_Dateクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r20490 r20499  
    5757 
    5858        // 生年月日選択肢の取得 
    59         $objDate            = new SC_Date(BIRTH_YEAR, date("Y",strtotime("now"))); 
     59        $objDate            = new SC_Date_Ex(BIRTH_YEAR, date("Y",strtotime("now"))); 
    6060        $this->arrYear      = $objDate->getYear('', START_BIRTH_YEAR, ''); 
    6161        $this->arrMonth     = $objDate->getMonth(true); 
Note: See TracChangeset for help on using the changeset viewer.