Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设今天是 2/11/13。我想在 5 个工作日前找到 - 所以,那将是第 4 个工作日。
但是使用这段代码:
echo date("n/j/Y",strtotime("-5 weekdays"));
我得到了 2013 年 2 月 2 日。但是,当输入“-4 weekdays”时,我得到 2/5/2013,这没有意义。
平日包括MF