PHP Month name from month number – PHP May 18, 2011 Pramod T P Leave a comment <?php date(“M”, mktime(0, 0, 0,MONTH_NUMBER,DATE, YEAR)); eg: echo date(“M”, mktime(0, 0, 0,5,17, 1984)); // May ?>