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.
私はこの答えを見つけることができないようです。
2012-11-29の形式で日付を取得するための PHP コードは何でしょうか。
$date = new DateTime(); $date = $date->format('F j, Y');
これは2012年11月29日に私に与えます
$date = new DateTime(); $date = $date->format('Y-m-d');
http://php.net/manual/en/function.date.php