Support » Plugin: Simple Events Calendar » LEAP YEAR 2016

  • Resolved gcew

    (@gcew)


    Hi,

    I’m using your plugin in my website and while we were adding events to the calendar in google calendar we noticed something wrong. From June 4th onwards the days are all mistaken. 4th June 2016 is a Saturday and not a Sunday. All that because 2016 is a LEAP year so we have one more day in calendar and that changes everything. Please fix that as soon as possible this affects everything! Events are appearing on the wrong dates of the week and it is very important to have the correct information on our website as we’re a school of English and students use it to check on exams dates, applications, etc.

    https://wordpress.org/plugins/simple-events-calendar/

Viewing 1 replies (of 1 total)
  • Thread Starter gcew

    (@gcew)

    Never mind, I was just seeing things wrong.. My date heading was wrong so I had to change a carbon.php file of the plugin as someone posted in another post…

    /**
    * The day constants
    */
    const SUNDAY = 1;
    const MONDAY = 2;
    const TUESDAY = 3;
    const WEDNESDAY = 4;
    const THURSDAY = 5;
    const FRIDAY = 6;
    const SATURDAY = 0;

    It really works! Thanks for the girl who posted this!

Viewing 1 replies (of 1 total)
  • The topic ‘LEAP YEAR 2016’ is closed to new replies.