검색결과 리스트
프로그래밍/PHP에 해당되는 글 4건
- 2010.05.18 php 날짜 연산
글
date("Ymd",strtotime("-1 day")); //1日前
date("Ymd",strtotime("-1 week")); //1週間前
date("Ymd",strtotime("-1 month")); //1月前
date("Ymd",strtotime("-1 year")); //1年前
date("Ymd",strtotime("1 day")); //1日後
date("Ymd",strtotime("1 week")); //1週間後
date("Ymd",strtotime("1 month")); //1月後
date("Ymd",strtotime("1 year")); //1年後結構便利です。
RECENT COMMENT