<?php $f1 = new IntlDateFormatter(\Locale::getDefault(), 1, \IntlDateFormatter::NONE); var_dump($f1); $f2 = new IntlDateFormatter(\Locale::getDefault(), 1, \IntlDateFormatter::NONE, \DateTimeZone::UTC); var_dump($f2); $f3 = new IntlDateFormatter(\Locale::getDefault(), 1, \IntlDateFormatter::NONE, \DateTimeZone::EUROPE); var_dump($f3);
You have javascript disabled. You will not be able to edit any code.