需要准备的材料分别是:电脑、php编辑器、浏览器。
1、首先,打开php编辑器,新建php文件,例如:index.php。
2、在index.php中,输入代码:$day='2019-01-31';$r=date('Y-m-d',strtotime('lastdayof+1months',strtotime($day)));echo$r;。
3、浏览器运行index.php页面,此时打印出了2月的最后1天。
需要准备的材料分别是:电脑、php编辑器、浏览器。
1、首先,打开php编辑器,新建php文件,例如:index.php。
2、在index.php中,输入代码:$day='2019-01-31';$r=date('Y-m-d',strtotime('lastdayof+1months',strtotime($day)));echo$r;。
3、浏览器运行index.php页面,此时打印出了2月的最后1天。