Format Date in a foreign language |
Hi,
i need the weekday in german and want to use the CI4 Time library. PHP Code: use CodeIgniter\I18n\Time; This gives me the english weekday. Is this a setting from CI or a PHP setting? In CI4 i added "de" to defaultLocale and supportedLocales but it is not working.
You can also use IntlDateFormatter::format
PHP.NET - IntlDateFormatter::format What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(12-11-2022, 01:54 AM)InsiteFX Wrote: You can also use IntlDateFormatter::format I think CI uses IntlDateFormatter under the hood if i use the "toLocalizedString" method. |
Welcome Guest, Not a member yet? Register Sign In |