if(!emptyempty($_GET)){
$연도 = isset($_GET['연도'])?$_GET['연도']:date('y');
$month = isset($_GET['월'])?$_GET['월']:date('m');
$day = isset($_GET['day'])?$_GET['day']:date('d');
}
if(비어있음($연도)){
$연도 = 날짜('Y');
}
if(비어 있음($월)){
$월 = 날짜('m');
}
if(비어 있음($월)){
$days = 날짜('d');
}
$start_weekday = 날짜('w',mktime(0,0,0,$월,1,$년));
//에코 $start_weekday;
$days = 날짜('t',mktime(0,0,0,$월,1,$년));
//에코 $일;
$week = array('일','일','이','삼','사','오','六');
$i = 0;
$k = 1;
$j = 0;
echo '<테이블>';
echo '
'.$year.'年' .$월.'월'.' |
';
에코 '
';
for($i = 0;$i
echo ''.$week[$i].' | ';
}
에코 '
';
에코 '
';
for($j = 0;$j < $start_weekday;$j ){
echo ''.$j.' | ';
}
while($k <= $days){
if($k == $day){
echo '< span style="color:red">'.$k.' | ';
}그밖에{
echo ''.$k.'';
}
if(($j 1) % 7 == 0){
echo ' |
';
}
$j ;
$k ;
}
while($j % 7 != 0){
echo ''.$j.' | ';
$j ;
}
에코 '
';
echo '
';
echo "".'<<'.' | ';
echo "".'<'.' | ';
echo '';
echo '<양식 이름 = "myform" 메소드 = "GET">';
echo '<이름 선택 = 연도 class="연도">';
for($start_year = 1970;$start_year<2039;$start_year ){
$selected='';
if( $year== $start_year ) { $selected='선택됨'; }
echo '<옵션 값 ='. $start_year.' '.$selected.'>'.$start_year.''." nt";
}
echo '';
echo '<이름 선택 = 월 클래스="월">';
for($start_month = 1;$start_month<=12;$start_month ){
$selected='';
if( $month== $start_month ) { $selected='selected';}
echo '<옵션 값 = '.$start_month.' '.$selected.'>'.$start_month.''." nt";
}
echo '';
/*echo '월';*/
/*echo '
echo '';
에코 ' | ';
echo "".'>>'.' | ';
echo "".'>'.' | ';
에코 '
';
echo '테이블>';
함수 lastYear($year,$month){
$년 = $년-1;
"연도=$년&월=$월"을 반환합니다.
}
함수 lastMonth($year,$month){
if($월 == 1){
$년 = $년 -1
$월 = 12
}그밖에{
$월--;
}
"연도=$년&월=$월"을 반환합니다.
}
함수 nextYear($year,$month){
$년 = $1년
"연도=$년&월=$월"을 반환합니다.
}
함수 nextMonth($year,$month){
if($월 == 12){
$년 = $1년
$월 = 1
}else {
$월
}
"연도=$년&월=$월"을 반환합니다.
}
?>