날짜 관련해서 여러 참고 자료들이 많치만
제가 많이 쓰는 것들만 올려봅니다.
$time = time();
echo date("Y-m-d",strtotime("-1 day", $time))." 하루 전(어제)";
echo date("Y-m-d",strtotime("-1 day", $time))." 하루 전(어제)";
echo date("Y-m-d",strtotime("now", $time))." 현재";
echo date("Y-m-d",strtotime("+1 day", $time))." 하루 후(내일)";
echo date("Y-m-d",strtotime("+1 week", $time))." 일주일 후";
echo date("Y-m-d",strtotime("-1 month", $time))." 한달 전";
echo date("Y-m-d",strtotime("+1 month", $time))." 다음달";
echo date("Y-m-d",strtotime("+6 month", $time))." 6달후";
echo date("Y-m-d",strtotime("+12 month", $time))." 12달후";
echo date("Y-m-d",strtotime("next Thursday", $time))." 다음주 목요일";
echo date("Y-m-d",strtotime("last Monday", $time))." 지난 월요일";
echo date("Y-m-d",strtotime("10 September 2000", $time))." 2000년 9월 10일";
echo strtotime("+5 minutes"); " 현재 시간보다 5분 후";
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4041 | |
| 29 |
아우겐나이스
|
21년 전 | 4431 | |
| 28 |
아우겐나이스
|
21년 전 | 3454 | |
| 27 | 21년 전 | 5820 | ||
| 26 | 21년 전 | 3091 | ||
| 25 | 21년 전 | 6070 | ||
| 24 | 18년 전 | 3642 | ||
| 23 | 21년 전 | 3629 | ||
| 22 | 21년 전 | 4239 | ||
| 21 | 21년 전 | 3812 | ||
| 20 | 21년 전 | 4212 | ||
| 19 | 21년 전 | 6672 | ||
| 18 | 21년 전 | 4731 | ||
| 17 | 21년 전 | 6980 | ||
| 16 | 21년 전 | 4164 | ||
| 15 | 21년 전 | 2621 | ||
| 14 | 21년 전 | 4963 | ||
| 13 | 21년 전 | 3395 | ||
| 12 |
Recluse
|
21년 전 | 3868 | |
| 11 |
아우겐나이스
|
21년 전 | 3563 | |
| 10 |
Recluse
|
21년 전 | 3388 | |
| 9 | 21년 전 | 3971 | ||
| 8 | 21년 전 | 5156 | ||
| 7 | 21년 전 | 4753 | ||
| 6 | 21년 전 | 5671 | ||
| 5 | 21년 전 | 4106 | ||
| 4 | 21년 전 | 4826 | ||
| 3 | 21년 전 | 4733 | ||
| 2 | 21년 전 | 3232 | ||
| 1 | 22년 전 | 4334 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기