$eventDate = new DateTime();

<?php
$eventDate = new DateTime();
echo $eventDate->format('M');
?>
Scroll to Top