Get month of a given date which is stored in a PHP time variable in \'Y-m-d\' format
echo date("F", strtotime("2010-08-13"));