This same thing is happening to me too and is happening across lots of different sites that I use the plugin. Please help ASAP! Thanks so much!
I have updated to 5.9.9 and use wp-fullcalendar.
The WP-Fullcalendar event dates are shown correctly, i.e. an event scheduled for May 7 shows up in the wp-fullcalendar on May 7.
But in the EM widget calendar, the event is shown one month before the event, i.e. it shows the event on April 7.
It would be related the issue with vikaspandeyd’s
Just add another piece of information on this issue. The problem affects both past and future events and newly created events. This is serious in a production site. Please suggest solution as soon as possible, please.
Same problem here…hopefully a fix will be available soon 🙂
@marcus Can you please help with this issue?
many users facing issues due to new update
Appreciate your response
Thanks
Quick hack that fixes the problem in my use case. Fair warning, I don’t know anything about the design of this plugin, so this might not consistently work for others. However, I was able to resolve the problem I saw by using the date
function instead of DateTime->format
. Specifically, in classes/em-datetime.php, at the end of the format
function declaration, I made the following change:
// return parent::format($format);
return date($format,$this->getTimestamp());
Looks like Marcus is working on a fix:
https://wordpress.org/support/topic/wrong-month-in-calendar/
-
This reply was modified 1 month, 4 weeks ago by
semrocc.
Full size calendar still showing December 2020 in header with January dates in the calendar sheet
You can try and confirm with EM version 5.9.10?
Yes, month names look correct since 5.9.10. Thank you!!