php

2020.09.18 09:45

strtotime - 날짜빼기, 날짜더하기

  • 관리자 2020.09.18 인기
  • 8,952
    0
echo strtotime("now"), "n";
 echo strtotime("10 September 2000"), "n";
 echo strtotime("+1 day"), "n";
 echo strtotime("+1 week"), "n";
 echo strtotime("+1 week 2 days 4 hours 2 seconds"), "n";
 echo strtotime("next Thursday"), "n";
 echo strtotime("last Monday"), "n";


 //전월
date('Y-m', strtotime($this_ymd. ' - 1 month'));

 //전년
date('Y-m', strtotime($this_ymd. ' - 1 year'));


--날짜빼기, 날짜더하기
  • 공유링크 복사
  • 이전글숫자 체크2020.09.18
  • 다음글역슬래시 처리... 백슬래시 넣기2020.09.18
  • 댓글목록

    등록된 댓글이 없습니다.