Index: temp/trunk/html/mypage/change.php
===================================================================
--- temp/trunk/html/mypage/change.php	(revision 4999)
+++ temp/trunk/html/mypage/change.php	(revision 5000)
@@ -271,6 +271,6 @@
 	//ÃÂÀ¸Æü¤ÎÇ¯·îÆü¼èÆÀ
 	if (isset($arrForm['birth'])){
-		$arrDate = sfDispDBDate($arrForm['birth'],false);
-		list($year, $month, $day) = split("/", $arrDate);
+		$birth = split(" ", $arrForm["birth"]);
+		list($year, $month, $day) = split("/",$birth[0]);
 		
 		$arrForm['year'] = $year;
