CodeIgniter Forums
setlocale - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: setlocale (/showthread.php?tid=77406)



setlocale - pws - 08-27-2020

Hello,
how i can use setLocale to change date format to italian format?

##########
in native php we use:

Code:
setlocale(LC_ALL, 'it_IT');
echo date("D d M Y", strtotime("2020-01-01"));