show day name three letters in date php code example
Example 1: name of today php
$datetime = DateTime::createFromFormat('YmdHi', '201308131830');
echo $datetime->format('D');
// or
$date = new \DateTime();
echo $date->format("D");
Example 2: show date php
check here link: http://www.eltcalendar.com/stuff/datemysqlphp.html