Changeset 4998 for temp/trunk
- Timestamp:
- 2006/09/18 15:25:25 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r4997 r4998 107 107 $objPage->list_data = $result[0]; 108 108 109 $birth = split(" ", $objPage->list_data["birth"]); 110 $birth = split("/",$birth[0]); 111 112 sfprintr($birth); 113 114 109 115 $objPage->list_data["year"] = substr($objPage->list_data["birth"], 0, 4); 110 116 $objPage->list_data["month"] = substr($objPage->list_data["birth"], 5, 2);
Note: See TracChangeset
for help on using the changeset viewer.
