French date format
- by kwek-kwek
I am a newbie in PHP & wordpress. I wanted to know how to make this codde renders the date formating in french (e.g. 5 Fev) when your on the french side but in english format in English (e.g. Jan 5)
Here is my code:
<?php
if (strtolower(ICL_LANGUAGE_CODE) == 'en') {$sidePosts =…