Changeset 16573


Ignore:
Timestamp:
2007/10/26 12:04:33 (17 years ago)
Author:
nanasess
Message:

生年月日プルダウン修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r16375 r16573  
    200200        $objView = new SC_MobileView(); 
    201201        $this->objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now"))); 
     202        $this->arrYear = $this->objDate->getYear(); 
     203        $this->arrMonth = $this->objDate->getMonth(); 
     204        $this->arrDay = $this->objDate->getDay(); 
     205 
    202206        $this->objQuery = new SC_Query(); 
    203207        $this->objCustomer = new SC_Customer(); 
Note: See TracChangeset for help on using the changeset viewer.