<?
$date='2002-9-7';
$arr=implode('-',$date);
$newdate=$arr[0].'年'.$arr[1].'月'.$arr[2].'日';
?>