echo 'Day' . date('d', strtotime($row['Date'])); echo 'Month' . date('m', strtotime($row['Date'])); echo 'Year' . date('Y', strtotime($row['Date']));