I tried to use setlocale()
function on windows to convert days name in other language but it didn't work.
<?php setlocale(LC_ALL, 'nl_NL');
echo date("l", strtotime($variable); ?>
does anybody have an alternative for setlocale()
? I use the Codeigniter framework.