<?php $dateFormat = new \IntlDateFormatter('ar_MO', \IntlDateFormatter::SHORT, \IntlDateFormatter::NONE); var_dump(date($dateFormat->getPattern())); var_dump(date('d/M/y')); var_dump($dateFormat->getPattern());
You have javascript disabled. You will not be able to edit any code.