php日期所在月份的第一天日期和最后一天
/**
* 日期所在月的第一天日期
* @return int
*/
public function getFirstDayOfMonth ($format = 'timestamp') {
'-' 。 '01';
if ($format=='时间戳') {
$day = (int)$this->toTimeStamp($day);
}
返回 $day;
}
/**
* 日期所在月的最后一天日期
* @return int
*/
public function getLastDayOfMonth ($format = 'timestamp') {
'-' 。 $this->daysOfMonth();
if ($format=='时间戳') {
$day = (int)$this->toTimeStamp($day);
}
返回 $day;