Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 후기
- 일상
- 게임
- 감상
- 가사
- 아이러브니키
- Pink
- 잡담
- 맛집
- 모뉴먼트 밸리
- 시사회
- 아이폰
- JavaScript
- 아이패드
- Monument
- 강추
- php
- 카이로소프트
- 레고
- great forest
- 아이폰게임
- goblin sword
- Monument Valley
- 추천
- 공략
- 모뉴먼트
- 영화
- jQuery
- 유료
- 핑크
Archives
- Today
- Total
목록함수 (1)
잡담소장소
date 함수 in PHP
배고프고 당은 없는데 일을 해야 하는 이 상황. 아오ㅠ time() 함수로 시간을 받을 경우 date("U")로 비교할 수 있다. Full Date/Time --- --- c ISO 8601 date (added in PHP 5) 2004-02-12T15:19:21+00:00 r » RFC 2822 formatted date Example: Thu, 21 Dec 2000 16:01:07 +0200 U Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT) See also time() $time = time(); $now = date("U", strtotime("+10 second", $time)); $now = strtotime("+10 second", ..
Study ;3
2011. 8. 9. 16:08