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 の方法が必要です。
ありがとうございました。
これを試して
$newdate = date("m-Y",strtotime($date));