<?php
setlocale(LC_ALL, 'tr_TR.UTF-8');
echo strftime("%e %B %Y %A\n", mktime(0, 0, 0, 03, 01, 2011));
?>