<?php $locale = 'us'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time())); $locale = 'fi'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time())); $locale = 'da'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time())); $locale = 'nb'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time()));
You have javascript disabled. You will not be able to edit any code.