简单教程
提交运行
代码编辑器:
<?php $date=date_create(); date_isodate_set($date,2013,5); echo date_format($date,"Y-m-d");
运行结果: