$eventDate = new DateTime();By PropellerMind / March 2, 2024 <?php $eventDate = new DateTime(); echo $eventDate->format('M'); ?>