- Timestamp:
- 2006/09/18 15:30:21 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/mypage/change.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/mypage/change.php
r4999 r5000 271 271 //ÃÂÀ¸Æü¤Îǯ·îÆü¼èÆÀ 272 272 if (isset($arrForm['birth'])){ 273 $ arrDate = sfDispDBDate($arrForm['birth'],false);274 list($year, $month, $day) = split("/", $arrDate);273 $birth = split(" ", $arrForm["birth"]); 274 list($year, $month, $day) = split("/",$birth[0]); 275 275 276 276 $arrForm['year'] = $year;
Note: See TracChangeset
for help on using the changeset viewer.
