Report abuse

1
2
3
4
// plus simple que http://pastie.org/684793, non ? :D
date_default_timezone_set('Europe/Paris');
setlocale(LC_TIME, 'fr_FR.UTF8', 'fr.UTF8', 'fr_FR.UTF-8', 'fr.UTF-8');
echo strftime('%e.%B.%Y', strtotime('2004-02-12'));