How would I change language of days of week in php? -


i looking simple way change language of days of week. use simple code below call out current day monday, tuesday, need in french, , i've tried setting locale etc not working me. think arrays job, again, not work limited knowledge.

<?php echo date('l'); ?> 

you should use strftime() function - http://php.net/manual/ru/function.strftime.php. date() not locale dependent.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -