<?php

$dateValue = "2017-02-04 10:00:00";
$time = strtotime($dateValue);
$month = date("m",$time);
echo($month);