Support

Home Forums Events Calendar Add-on day and date do not match

day and date do not match

Posted: November 20, 2013 at 12:53 am


Michael Haeusler

November 20, 2013 at 12:53 am

Hi,

in the events calendar day and date do not match voting today is Wednesday, November 20th, but in the event calendar Thursday, November 20th will be displayed

In the admin area day and date display is not true, I have to enter 0 so that Monday is the first day, Tuesday at 1 is displayed as the first day

WP 3.7.1, EE 3.1.35.2.P, http://erfolgskueche.at/neues/kalender/


Dean

November 20, 2013 at 3:24 am

Hi Michael,

It could be that your WordPress time settings are wrong or possibly even the sever time settings.

Please go to Settings > General and make sure that the time setting is set for your closest city (not UTC!) such as London, Paris, etc.


Michael Haeusler

November 20, 2013 at 4:42 am

Hi Dean,

this settings are right, first I use Berlin now I switch to London. But nothing happens the calender shows me 20. Thursday


Dean

November 20, 2013 at 4:51 am

Is it possible to get your login details in order to look into this?

If so, please send them via https://eventespresso.com/send-login-details/

NOTE: login details need to be Admin level and FTP details are appreciated.


Dean

November 20, 2013 at 6:01 am

Hi,

Did you change something as the events seem to be correctly dated now.


Michael Haeusler

November 20, 2013 at 6:20 am

no I didn’t change something, and the date isn’t correct the calendar shows me 20. Thursday


Dean

November 20, 2013 at 6:56 am

Hi,

Perhaps clear your browser cache – this is how the calendar looks to me, no events on the 20th Nov http://d.pr/i/kd4e

I went through the events and they all seem to be on the correct date.


Michael Haeusler

November 20, 2013 at 8:34 am

Hi Dane,

I see the same as you only I am in Austria and now we have the wednesday the 20 of November and the calendar shows “Thursday 20 of November” thats the problem.


Sidney Harrell

November 20, 2013 at 12:22 pm

It looks like from the JavaScript source on your site that the days of the week translation is off by one day. If you want the week to start with Monday, then you’ll want to adjust this:

//The day that each week begins.
					//The value must be a number that represents the day of the week.
					//Sunday=0, Monday=1, Tuesday=2, etc.
					firstDay:0, //Settings: http://arshaw.com/fullcalendar/docs/display/firstDay/

and I’m pretty sure that you need to adjust these so that Sunday is the first day in the list:

//Full names of days-of-week.
					dayNames: ['Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag','Sonntag'/*'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'*/],

					//Abbreviated names of days-of-week.
					dayNamesShort: ['Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa','So'/*'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'*/],


Michael Haeusler

November 21, 2013 at 1:26 am

good morning,

thank you for your help, the problem was the sort of days in “Day Names Short”, I Wrote ‘Mo’, ‘Di’, ‘Mi’, ‘Do’, ‘Fr’, ‘Sa’,’So’, now I write the days in this form
‘So’, ‘Mo’, ‘Di’, ‘Mi’, ‘Do’, ‘Fr’, ‘Sa’,

The week starts correct on Monday and day and Date are right

Kind regards
Michael

The support post ‘day and date do not match’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso