get complete month name and year php code example Example: datetime get month php Click to copy$dateTime = new DateTime(); $month = $dateTime->format('m');