strtotime 表示从实际周开始的工作日

发布于 2024-11-25 01:42:34 字数 190 浏览 1 评论 0原文

我正在尝试获取我们实际所在周的开始星期一日期。就像我们是 7 月 15 日,希望使用 strtotime 得到结果以返回 7 月 11 日...

我已经尝试过了,

strtotime("-1 weekdays");

但没有运气...什么可以请是实际一周的功能。

谢谢

I'm trying to get the starting monday date of the actual week we are in. Like we are July 15th and would like to have the result with strtotime to return July 11th...

I've tried

strtotime("-1 weekdays");

Without luck... What could be the function for the actual week please.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤云独去闲 2024-12-02 01:42:34

$timestamp = strotime('本周星期一');

会给你星期一! ;)

$timestamp = strotime('monday this week');

Will give you Monday! ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文