그동안 일하면서 어떻게 달력이 필요 한 작업이 하나도 없었을까요??? 아이러니 하네요 ㅎㅎㅎ
방금 하나 만들어 봤는데 유효한지 모르겠네요~
[code]
/*
* "년, 월, 일"의 초기 값을 설정한다.(전달값이 있을경우 전달값 출력)
*/
$Year = ($_REQUEST['year'])?$_REQUEST['year']:date('Y');
$Month = ($_REQUEST['month'])?str_pad($_REQUEST['month'], 2, 0, STR_PAD_LEFT):date('m');
$Day = ($REQUEST['day'])?str_pad($_REQUEST['day'], 2, 0, STR_PAD_LEFT):date('d');
/*
* 초기 조건값
*/
$FirstDayWeek = date('w', strtotime($Year.$Month.'01')); // 1일은 몇 요일?
$LastDay = date('t', strtotime($Year.$Month.'01')); // 몇일까지 있니?
$PreLastDay = date('t', strtotime("-1 month", strtotime($Year.$Month.'01'))); // 지난달은 몇일 까지 있니?
$Day = $PreLastDay - $FirstDayWeek;
$HiddenDate = true;
?>
<div class="reservation">
<table class="calendar">
<thead>
<tr class="week">
<th scope="col">일요일</th>
<th scope="col">월요일</th>
<th scope="col">화요일</th>
<th scope="col">수요일</th>
<th scope="col">목요일</th>
<th scope="col">금요일</th>
<th scope="col">토요일</th>
</tr>
</thead>
<tbody class="mon">
<?php for($m=1; $m<7; $m++) { ?>
<tr>
<?php
for($w=0; $w<7; $w++) {
if($Day >= $PreLastDay) {
$HiddenDate = false;
$Day = 0;
$PreLastDay = $LastDay;
$FullDate = '';
}
$Day++; // day 증가
$FullDate = $Year.'-'.str_pad($Month, 2, 0, STR_PAD_LEFT).'-'.str_pad($Day, 2, 0, STR_PAD_LEFT);
if($HiddenDate || date('w', strtotime($FullDate)) <> $w) {
$FullDate = '';
$HiddenDate = true;
}
?>
<td>
<div><strong>날짜:</strong> <?php echo $Day; ?></div>
<div><strong>년.월.일:</strong> <?php echo ($FullDate)?$FullDate:'해당없음'; ?></div>
<div><strong>당월에 포함된 날짜인지 판단:</strong> <?php echo ($HiddenDate)?'미포함':'포함'; ?></div>
</td>
<?php } ?>
</tr>
<?php } ?>
</tbody>
</table>
</div>
[/code]
댓글 2개
bamchi
11년 전
고생하셨습니다. ㅎㅎ
Terrorboy
11년 전
실제 사용 해본결과 문제가 없네요 ^^
[http://sir.co.kr/data/cheditor4/1407/b78d5034adcef6e421f2c138865330d6_1404884563_4885.png]
[http://sir.co.kr/data/cheditor4/1407/b78d5034adcef6e421f2c138865330d6_1404884563_4885.png]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3605 | ||
| 7229 | 11년 전 | 3731 | ||
| 7228 | 11년 전 | 3777 | ||
| 7227 | 11년 전 | 3907 | ||
| 7226 | 11년 전 | 2362 | ||
| 7225 | 11년 전 | 17439 | ||
| 7224 |
AngryDev
|
11년 전 | 1343 | |
| 7223 |
돌아온깡통
|
11년 전 | 1088 | |
| 7222 |
돌아온깡통
|
11년 전 | 1031 | |
| 7221 |
돌아온깡통
|
11년 전 | 875 | |
| 7220 |
돌아온깡통
|
11년 전 | 992 | |
| 7219 |
돌아온깡통
|
11년 전 | 828 | |
| 7218 |
돌아온깡통
|
11년 전 | 657 | |
| 7217 |
돌아온깡통
|
11년 전 | 1041 | |
| 7216 |
돌아온깡통
|
11년 전 | 782 | |
| 7215 |
돌아온깡통
|
11년 전 | 699 | |
| 7214 |
돌아온깡통
|
11년 전 | 1047 | |
| 7213 |
돌아온깡통
|
11년 전 | 913 | |
| 7212 |
돌아온깡통
|
11년 전 | 706 | |
| 7211 |
돌아온깡통
|
11년 전 | 862 | |
| 7210 |
돌아온깡통
|
11년 전 | 881 | |
| 7209 |
돌아온깡통
|
11년 전 | 886 | |
| 7208 |
돌아온깡통
|
11년 전 | 992 | |
| 7207 |
돌아온깡통
|
11년 전 | 622 | |
| 7206 |
돌아온깡통
|
11년 전 | 670 | |
| 7205 |
돌아온깡통
|
11년 전 | 855 | |
| 7204 |
돌아온깡통
|
11년 전 | 713 | |
| 7203 |
돌아온깡통
|
11년 전 | 737 | |
| 7202 |
돌아온깡통
|
11년 전 | 701 | |
| 7201 |
돌아온깡통
|
11년 전 | 653 | |
| 7200 |
돌아온깡통
|
11년 전 | 700 | |
| 7199 |
돌아온깡통
|
11년 전 | 1311 | |
| 7198 |
돌아온깡통
|
11년 전 | 644 | |
| 7197 |
돌아온깡통
|
11년 전 | 958 | |
| 7196 |
돌아온깡통
|
11년 전 | 855 | |
| 7195 |
돌아온깡통
|
11년 전 | 595 | |
| 7194 |
돌아온깡통
|
11년 전 | 628 | |
| 7193 |
돌아온깡통
|
11년 전 | 692 | |
| 7192 |
돌아온깡통
|
11년 전 | 715 | |
| 7191 |
joe031
|
11년 전 | 1247 | |
| 7190 | 11년 전 | 4131 | ||
| 7189 | 11년 전 | 1223 | ||
| 7188 |
잘살아보자
|
11년 전 | 934 | |
| 7187 | 11년 전 | 1413 | ||
| 7186 |
kiplayer
|
11년 전 | 7538 | |
| 7185 | 11년 전 | 1125 | ||
| 7184 |
잘살아보자
|
11년 전 | 2327 | |
| 7183 |
잘살아보자
|
11년 전 | 1143 | |
| 7182 |
잘살아보자
|
11년 전 | 1200 | |
| 7181 | 11년 전 | 1478 | ||
| 7180 |
하얀비요일
|
11년 전 | 978 | |
| 7179 |
잘살아보자
|
11년 전 | 980 | |
| 7178 | 11년 전 | 976 | ||
| 7177 | 11년 전 | 991 | ||
| 7176 | 11년 전 | 1653 | ||
| 7175 |
|
11년 전 | 1038 | |
| 7174 |
kiplayer
|
11년 전 | 1171 | |
| 7173 | 11년 전 | 959 | ||
| 7172 |
잘살아보자
|
11년 전 | 4638 | |
| 7171 |
잘살아보자
|
11년 전 | 696 | |
| 7170 | 11년 전 | 1063 | ||
| 7169 |
초심의설렘
|
11년 전 | 1462 | |
| 7168 | 11년 전 | 997 | ||
| 7167 |
잘살아보자
|
11년 전 | 5280 | |
| 7166 |
잘살아보자
|
11년 전 | 3417 | |
| 7165 | 11년 전 | 4946 | ||
| 7164 | 11년 전 | 822 | ||
| 7163 | 11년 전 | 1187 | ||
| 7162 |
울라라라우
|
11년 전 | 1369 | |
| 7161 | 11년 전 | 1250 | ||
| 7160 |
skyler
|
11년 전 | 1180 | |
| 7159 |
|
11년 전 | 682 | |
| 7158 |
|
11년 전 | 3339 | |
| 7157 |
잘살아보자
|
11년 전 | 2883 | |
| 7156 |
잘살아보자
|
11년 전 | 2218 | |
| 7155 |
잘살아보자
|
11년 전 | 1443 | |
| 7154 |
잘살아보자
|
11년 전 | 1447 | |
| 7153 | 11년 전 | 2879 | ||
| 7152 |
울라라라우
|
11년 전 | 822 | |
| 7151 | 11년 전 | 1049 | ||
| 7150 |
잘살아보자
|
11년 전 | 2382 | |
| 7149 |
잘살아보자
|
11년 전 | 3288 | |
| 7148 |
잘살아보자
|
11년 전 | 1181 | |
| 7147 |
잘살아보자
|
11년 전 | 751 | |
| 7146 |
잘살아보자
|
11년 전 | 1391 | |
| 7145 |
잘살아보자
|
11년 전 | 702 | |
| 7144 |
잘살아보자
|
11년 전 | 1288 | |
| 7143 |
잘살아보자
|
11년 전 | 751 | |
| 7142 |
잘살아보자
|
11년 전 | 1441 | |
| 7141 |
잘살아보자
|
11년 전 | 1194 | |
| 7140 |
잘살아보자
|
11년 전 | 1995 | |
| 7139 |
잘살아보자
|
11년 전 | 3660 | |
| 7138 |
잘살아보자
|
11년 전 | 3157 | |
| 7137 |
잘살아보자
|
11년 전 | 3621 | |
| 7136 |
잘살아보자
|
11년 전 | 1376 | |
| 7135 |
gooroo
|
11년 전 | 1608 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2312 | |
| 7133 |
|
11년 전 | 1013 | |
| 7132 | 11년 전 | 1424 | ||
| 7131 | 11년 전 | 3566 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기