php datetime get month integer code example Example: datetime get month php $dateTime = new DateTime(); $month = $dateTime->format('m');