update : 2015.11.03
php.shukuma.com검색:
|
DateTime::setISODatedate_isodate_set(PHP 5 >= 5.2.0, PHP 7) DateTime::setISODate -- date_isodate_set — Sets the ISO date 설명객체 기반 형식 절차식 형식 Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates. 인수
반환값
메소드 체이닝을 위한 DateTime 객체를 반환합니다.실패 시 변경점
예제Example #1 DateTime::setISODate() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: 2008-01-07 2008-01-13 Example #2 Values exceeding ranges are added to their parent values
<?php 위 예제의 출력: 2008-01-13 2008-01-14 2009-01-04 Example #3 Finding the month a week is in
<?php 위 예제들의 출력: 3 참고
|