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
- 우분투
- 안드로이드 푸시
- 자바스크립트
- WebView
- not working
- 자동 생성
- javascript
- curl
- html5
- mysql
- 안드로이드
- dovecot
- roundcube
- 안드로이드 gcm
- php 시큐어코딩
- 안드로이드 푸쉬
- xe
- php 취약점
- 설치
- C#
- soundpool
- android 효과음
- FCM
- chart.js
- PHP
- Android
- 폼메일
- UML
- Mail Server
- C# IO
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