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で上記を行うことはありますか?