本月月初
echo date('Y-m-01',time());
本月月末
echo date('Y-m-t',time());
Notice:
Date()中t表示给定月份中包含多少天(从 28 到 31)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
本月月初
echo date('Y-m-01',time());
本月月末
echo date('Y-m-t',time());
Notice:
Date()中t表示给定月份中包含多少天(从 28 到 31)
Register as a new user and use Qiita more conveniently
Go to list of users who liked