<?php $year=date("Y"); $day_time=date("n月j日 Ah:i"); print($year."年".$day_time); print("<br>"); $sss=date("Y/n/j H:i"); print($sss); print("<br>"); ?>