Hi guys,
In the default set-up for the Events List Widget, the day (eg Mon) and date is displayed in a little calender icon to the left of the event.
I want to have it display the month (eg Jan) instead. I figured out that if I go to ‘views/pro/widgets/modules/single-event.php’ I can simply change the date format from ‘D’ to ‘M’ (on line 45). However this means that if I update the plug-in the change will be lost.
Is there a smarter way of doing this, with a hook or function, that will be upgrade-proof?
Thanks for any help you can give.