Welcome Guest, Not a member yet? Register   Sign In
Format Date in a foreign language
#1

Hi,

i need the weekday in german and want to use the CI4 Time library.

PHP Code:
use CodeIgniter\I18n\Time;

$time Time::parse('2022-12-10');
echo 
$time->format('D. d.m.Y'); 

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.
Reply


Messages In This Thread
Format Date in a foreign language - by groovebird - 12-10-2022, 08:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB