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.
私はこのような日付形式を持っています 'Tue May 01 00:00:00 +1000 2012' (jsonファイルの配列データから)
date() 関数を使用すると、4 月が返されます:D
echo date('F Y', strtotime('Tue May 01 00:00:00 +1000 2012')); //it returning "April 2012"
これを修正する方法はありますか?
どうもありがとう!