DateTimeImmutable::createFromFormat

(PHP 5 >= 5.5.0, PHP 7)
Returns new DateTimeImmutable object formatted according to the specified format
public static DateTimeImmutable DateTimeImmutable::createFromFormat ( string $format, string $time [, DateTimeZone $timezone ] )

Object oriented style

Procedural style

DateTimeImmutable date_create_immutable_from_format ( string $format , string $time [, DateTimeZone $timezone ] )

Like DateTime::createFromFormat() but works with DateTimeImmutable.

doc_php
2016-02-24 15:56:20
Comments
Leave a Comment

Please login to continue.