gpt4 book ai didi

php - 检查日期是工作日还是周末?

转载 作者:行者123 更新时间:2023-12-02 06:06:11 25 4
gpt4 key购买 nike

如何检查美国格式的日期,例如2012-01-01 在 PHP 中是工作日还是周末?

最佳答案

$weekday = date("w", strtotime("2012-01-01"));

从星期日到星期六,这将为 0。

http://www.php.net/manual/en/function.strtotime.php

http://php.net/manual/en/function.date.php

关于php - 检查日期是工作日还是周末?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9553731/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com