전월 1일부터 말일까지의 시간 가져오기:
echo date('Y-m-01', strtotime('-1month'));
echo '< br>';
echo date('Y-m-t', strtotime('-1month'));
및 다음
echo date('Y-m- 01 00:00 :00', strtotime('-1개월'));
echo '
';
echo date('Y-m-t 23:59:59', strtotime('-1개월 '));
저작권 안내: 이 글은 해당 블로거의 원본 글이므로 블로거의 허락 없이 복제할 수 없습니다.
이상은 PHP에서 자주 사용하는 기능을 소개하였고, 관련 내용을 포함하여 PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.