"; echo "오늘:",date("Y-m-d",strtotime("2008년 6월 18일")),"
";"/>
"; echo "오늘:",date("Y-m-d",strtotime("2008년 6월 18일")),"
";">
코드 복사 코드는 다음과 같습니다.
date_default_timezone_set('PRC') //기본 시간 zone
echo "오늘:",date("Y-m-d",time()),"
"
echo "Today:",date("Y-m-d",strtotime("18 June 2008" )),"
";
echo "어제:",date("Y-m-d",strtotime("-1 day")), "
";
echo "내일:" ,date(" Y-m-d",strtotime(" 1일")), "
";
echo "1주 후:", date("Y-m-d",strtotime(" 1주")), "
" ;
echo "1주, 2일, 4시간 2초 후:",date("Y-m-d G:H:s",strtotime(" 1주 2일 4시간 2초") ), "
" ;
echo "다음 목요일:",date("Y-m-d",strtotime("다음 목요일")), "
";
echo "지난 월요일:" .date("Y-m-d" ,strtotime("지난 월요일"))."
";
echo "1개월 전:".date("Y-m-d",strtotime("지난 달"))."
";
echo "1개월 후:".date("Y-m-d",strtotime(" 1개월"))."
";
echo "10년 후:". date("Y-m-d", strtotime(" 10 year"))."
";
?>
코드 복사 코드는 다음과 같습니다.
echo (strtotime('2020-5- 20′)-strtotime(date("Y-m-d" )))/86400;
?>
위 내용은 핌차녹 류위셋파이불의 내용을 포함하여 핌차녹 류위셋파이불 php의 전날 또는 다음날 날짜를 소개하고 있으니 PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되었으면 좋겠습니다.