获取当前星期一在PHP 4中的日期[复制]
发布时间:2020-12-13 14:06:13 所属栏目:PHP教程 来源:网络整理
导读:参见英文答案 Get date for monday and friday for the current week (PHP)7个 我需要在当周找到星期一的日期.我如何在PHP 4中这样做? 最简单的方式: $time = strtotime('monday this week');
参见英文答案 >
Get date for monday and friday for the current week (PHP)7个
我需要在当周找到星期一的日期.我如何在PHP 4中这样做?
最简单的方式:
$time = strtotime('monday this week'); (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |