<?php
setlocale (LC_ALL, 'fr_FR');
echo strftime("%A %e %B %Y");
?>