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 |
Tags
- 안드로이드 푸쉬
- 안드로이드
- not working
- curl
- javascript
- 안드로이드 gcm
- FCM
- chart.js
- Android
- 자바스크립트
- 우분투
- 안드로이드 푸시
- roundcube
- 폼메일
- dovecot
- 자동 생성
- html5
- C# IO
- android 효과음
- Mail Server
- 설치
- WebView
- mysql
- PHP
- php 취약점
- xe
- C#
- php 시큐어코딩
- soundpool
- UML
Archives
- Today
- Total
목록php 날짜 비교 (1)
그러냐
php 날짜 비교
On Marketing | on_mkt http://blog.naver.com/on_mkt/90088719987 $newicon =""; $crtdate=mktime(0,0,0,substr($faq['created'],5,2),substr($faq['created'],8,2),substr($faq['created'],0,4)); $nowdate=mktime(0,0,0,date("m"),date("d"),date("Y")); if(($nowdate - $crtdate)/(24*60*60) < 5){ $newicon = " "; }
php
2016. 1. 25. 14:33