LoginSignup
2
2

More than 5 years have passed since last update.

PHP strtotime()のバージョン

Posted at

strtotime("first day of 2013-08-16");//2013-08-01のタイムスタンプ
strtotime("last day of 2013-08-16");//2013-08-31のタイムスタンプ

このfirst~とlast~は
5.3.1だと動く。
5.2.4では動かず。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2