update : 2015.11.03
php.shukuma.com검색:
|
DateTime::formatDateTimeImmutable::formatDateTimeInterface::formatdate_format(PHP 5 >= 5.2.0, PHP 7) DateTime::format -- DateTimeImmutable::format -- DateTimeInterface::format -- date_format — Returns date formatted according to given format 설명객체 기반 형식
public string DateTime::format
( string
$format
)
public string DateTimeImmutable::format
( string
$format
)
public string DateTimeInterface::format
( string
$format
)절차식 형식 Returns date formatted according to given format. 인수
반환값
Returns the formatted date string on success실패 시 예제Example #1 DateTime::format() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제의 출력: 2000-01-01 00:00:00 주의This method does not use locales. All output is in English. 참고
|