2009. 5. 19. 21:12
PHP/Java Script/html
[strtotime 함수]
1. 형식
- strtotime("+1 day"); 하루후 타임스탬프
- strtotime("-1 day"); 하루전
- strtotime("+1 week"); 일주일후
- strtotime("+1 month"); 한달후
- strtotime("+1 year"); 일년후
2. 예제
- date("Y-m-d",strtotime ("+1 day")); => 오늘날짜 부터 하루 뒤의 날짜
'PHP/Java Script/html' 카테고리의 다른 글
[php] 문자열 역순으로 출력하기 (0) | 2019.11.06 |
---|---|
[PHP] extract() 란? (0) | 2019.11.06 |
php 함수(explode, trim, substr) (0) | 2009.05.19 |
charset 및 encoding의 의미 (0) | 2009.05.18 |
*PHP 에서 자주 쓰이는 그리고 유용한 문자열 처리 함수* (0) | 2009.05.18 |