$today = getdate();
$year = $today[year];
$mon = $today[mon];
$mday = $today[mday];
echo $year."年".$mon."月".$mday."日";