하루전 일주일전 한달전 정보
PHP 하루전 일주일전 한달전본문
echo date("Y-m-d",strtotime("-1 days"));
echo date("Y-m-d",strtotime("-1 weeks"));
echo date("Y-m-d",strtotime("-1 months"));
                        
                추천
                
3
                
    3
댓글 1개

                
                    감사합니다