主页 > php易尔灵网络科技

php判断日期范围

116 2024-03-10 11:57

$targetDate = strtotime('2022-01-15'); $startDate = strtotime('2022-01-01'); $endDate = strtotime('2022-01-31'); if ($targetDate >= $startDate && $targetDate <= $endDate) { echo '目标日期在指定范围内'; } else { echo '目标日期不在指定范围内'; }
顶一下
(0)
0%
踩一下
(0)
0%
相关评论
我要评论
点击我更换图片

热点提要

网站地图 (共30个专题161123篇文章)

返回首页