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 | 31 |
Tags
- 핑크
- Monument Valley
- 게임
- 아이폰게임
- 모뉴먼트
- goblin sword
- Pink
- 가사
- 카이로소프트
- 레고
- 잡담
- JavaScript
- jQuery
- 감상
- 강추
- Monument
- 일상
- 아이폰
- great forest
- 영화
- 아이러브니키
- 추천
- php
- 시사회
- 유료
- 공략
- 모뉴먼트 밸리
- 맛집
- 후기
- 아이패드
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