{@ $daysToWeek=array('일','월','화','수','목','금','토'); $y = $info->setyear; $m =$info->setmonth; $d="01"; $nextMonth= date("m",strtotime($y."-".$m."-".$d."+1 month" )); $nextYear= date("Y",strtotime($y."-".$m."-".$d."+1 month" )); $prevMonth= date("m",strtotime($y."-".$m."-".$d."-1 month" )); $prevYear= date("Y",strtotime($y."-".$m."-".$d."-1 month" )); $thisY=date("Y"); $thisM =date("m"); $thisD =date("d"); $firstday = mktime(0,0,0,$m,1,$y); $startday = date('w',$firstday); $endday = date('t',$firstday); $day_e = ""; $p1=(int)$prevYear.$prevMonth; $p2=(int)$thisY.$thisM; $sekDay = $thisY."-".$thisM."-".$thisD; }
  {$yeyak_config->title} 예약 하기
{$thisY}-{$thisM}-{str_pad( $thisD,"2","0",STR_PAD_LEFT)} {$daysToWeek[date("w",strtotime($sekDay))] }요일

이용 기간 1박2일
       예약 가능    입금 대기    취소 대기    예약 완료
       미입금 처리 기준 ( {$etc_config->ac_hour_warn}시간 취소 대기 /  {$etc_config->ac_hour_comp}시간 자동 취소 )