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.
現在の日付の月曜日の日付と現在の日付の日曜日の日付を見つける方法.
試す
echo date('Y-m-d', strtotime('Monday this week')); echo date('Y-m-d', strtotime('Sunday this week'));
strtotime('next Monday')
「現在の日付の月曜日」と「現在の日付の日曜日」の意味がわかりません。