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.
在 PHP 中有这个strtotime函数,我可以这样做:
strtotime
$friday = strtotime('FRIDAY 12:45:00', time());
PHP 会给我一个日期和时间的 unix 时间戳。
注意:如果今天是星期五,则时间戳将是今天的日期,否则它将是将来的日期。
无论如何都可以用 MySQL 做上述事情吗?