取得上月1號到最後一天的時間:
echo date('Y-m-01', strtotime('-1 month'));
echo '
';
echo date('Y-m-t' , strtotime('-1 month'));
和下面的
echo date('Y-m-01 00:00:00', strtotime('-1 month'));
echo '
' ;
echo date('Y-m-t 23:59:59', strtotime('-1 month'));
版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。
以上就介紹了php 常用函數,包含了面向的內容,希望對PHP教學有興趣的朋友有幫助。