echo 'Day' . date('d', strtotime($row['Date']));
echo 'Month' . date('m', strtotime($row['Date']));
echo 'Year' . date('Y', strtotime($row['Date']));
echo date("F", strtotime('2016-05-17 16:41:51'));
echo date("F", strtotime(date("Y") ."-". $i ."-01"))