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.
入力として次の日付形式があります
Sat 15 June
に変換することは可能ですか?
2013-06-15
分解機能を使用して実行しました。しかし、その長い手順です。私もこれを試しました:
date("Y-m-d",strtotime($input_date));
しかし、これは正しく動作しません...
PHPにMySql日付形式に変換する直接関数はありますか??? または、php/変換関数の組み込み関数????
前もって感謝します...