>  기사  >  백엔드 개발  >  두 가지 PHP 날짜 제어 클래스 example_php 팁

두 가지 PHP 날짜 제어 클래스 example_php 팁

WBOY
WBOY원래의
2016-05-16 20:28:462078검색

이 기사의 예에서는 두 가지 PHP 날짜 제어 클래스를 설명합니다. 참고할 수 있도록 모든 사람과 공유하세요. 구체적인 분석은 다음과 같습니다.

작업상의 필요로 인해 시간 및 날짜 컨트롤을 두 개 찾았습니다. 이는 JS가 필요하지 않으며 PHP만 사용하면 참조 쿼리 작업이 필요하므로 관심 있는 친구들이 직접 참조할 수 있습니다. 그래서 두 번째 것이 사용되었습니다.

예제 1의 코드는 다음과 같습니다.

코드 복사 코드는 다음과 같습니다.
<?php
class Calendar
{
var $month;
var $year;

function __construct($year,$month)
{
$this->year=$year;
  $this->month=$month;
 }
 
 function endday()
 {
  $daydate=date("d",mktime(0,0,0,$this->month,35,$this->year));
  $endday=35-$daydate;
  return $endday;
 }
 
 function oneday_week()
 {
  $oneday_week=date("w",mktime(0,0,0,$this->month,1,$this->year));
  return $oneday_week;
 }
 
 function title_link()
 {
  if(!isset($this->month) && !isset($this->year))
  {
   $this->year  = date("Y");
   $this->month = date("m");
        }
  
  $lastmonth=$this->month-1;
  $nextmonth=$this->month+1;
  $lastyear=$this->year;
  $nextyear=$this->year;
 
        if($this->month <= 1)
{
$lastmonth=12;
$nextmonth=$this->month+1;
   $lastyear=$this->year-1;
   $nextyear=$this->year;
  }
        elseif ($this->month >= 12) 
        {
         $lastmonth=$this->month-1;
         $nextmonth=1;
   $lastyear=$this->year;
   $nextyear=$this->year+1;
        }
 
        $str ="";
  $str.="
".$this->year."--".$this->month."
";
  $str.="";
  return $str;
 }
 
 function Show_Calendar()
 {
        echo "".$this->title_link()."";
        $weekarray=array("日","一","二","三","四","五","六");
        
        for($k=0;$k<=6;$k++)
{
echo "";
        }
        echo "";
        
        for($i=0;$i<=5;$i++)
        {
         echo "";
         for($j=1;$j<=7;$j++)
{
$math=( $j - $this->oneday_week() ) + 7 * $i;
    
          echo "";
                                                                       에코 "";                                       }
echo ""; }
}
$calendar=새 달력($_GET['연도'],$_GET['월'])
$calendar->월=$_GET['월']
$calendar->연도=$_GET['연도']
$calendar->Show_Calendar();
?>

예제 2의 코드는 다음과 같습니다.


';
에코 '
';
for($i = 0;$i     echo '
';
}
에코 '
';
에코 '
';
for($j = 0;$j < $start_weekday;$j ){
    echo '
';
}
while($k <= $days){
    if($k == $day){
        echo '
';
    }그밖에{
        echo '
';
    }
    $j ;
    $k ;
}
while($j % 7 != 0){
    echo '
';
    $j ;
}
에코 '
';
 
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 {
$월
}
"연도=$년&월=$월"을 반환합니다.
}

?>

이 기사가 모든 사람의 PHP 프로그래밍 설계에 도움이 되기를 바랍니다.
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
".$weekarray[$k]."
";
    
          if($math <= $this->endday() and $math>=1)
     {
   echo $math;
     }
    
         echo "
'.$year.'年' .$월.'월'.'
'.$week[$i].'
'.$j.'< span style="color:red">'.$k.''.$k.'';
    }
    if(($j 1) % 7 == 0){
        echo '
'.$j.'
".'<<'.'".'<'.'';
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 '';
에코 '
".'>>'.'".'>'.'