<?php declare(strict_types=1); print_r(DateTimeImmutable::createFromFormat('Y-m', '2021-02')); print_r(DateTimeImmutable::createFromFormat('Y-m', '2021-02', new DateTimeZone('Europe/Moscow'))); print_r(DateTimeImmutable::createFromFormat('Y-m-d', '2021-02-01'));
You have javascript disabled. You will not be able to edit any code.