Returns new DateTimeImmutable object (original) (raw)
Description
Object oriented style
public DateTimeImmutable::__construct ([ string $datetime
= "now" [, DateTimeZone $timezone
= NULL
]] )
Procedural style
date_create_immutable ([ string $datetime
= "now" [, DateTimeZone $timezone
= NULL
]] ) : DateTimeImmutable
Like DateTime::__construct() but works withDateTimeImmutable.