반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 리액트 tailwind css
- 리액트 tailwindcss
- 안드로이드
- mysql broken install
- Docker ubuntu
- react
- mysql 삭제
- Android
- next.js css framework
- react 기초
- mysql fix install
- 리액트 문법
- PHP
- mysql uninstall
- mysql error
- next.js tailwind css
- mysql
- 리눅스
- react tailwind css
- react typescript
- javascript
- next.js tailwindcss
- mysql 재설치
- Python
- mysql purge
- 도커
- react tailwindcss
- mysql 재설치 명령어
- Docker
- 리액트
Archives
- Today
- Total
Developer_hong
PHP 시간 체크 본문
반응형
$date=time(); //현재 시간
$date=strtotime('-3day'); //지금으로부터 3일전 시간
$starttime=strtotime(date('Y/n/d',strtotime('-7day')).' 00:00:00'); //7일전 년월일 지정
$endtime=$starttime+(86400*1); //starttime으로부터 60*60*24 = 1일 후
반응형
'프로그래밍 > PHP' 카테고리의 다른 글
Redirect 체크 (0) | 2021.05.12 |
---|---|
PHP Magic Constant (0) | 2021.05.12 |
PHP 해당 월 마지막일 구하기, 시간비교 (0) | 2021.05.11 |
PHP 정규식 (0) | 2021.05.11 |