<?php echo INTL_ICU_VERSION; $d = new \DateTimeImmutable('@0'); $f = new \IntlDateFormatter('en', IntlDateFormatter::MEDIUM, IntlDateFormatter::SHORT, 'UTC', IntlDateFormatter::GREGORIAN, 'y-M-d'); var_dump($f->format($d));
You have javascript disabled. You will not be able to edit any code.