• When will I submit an event, the plugin tells me that I fill in the date format (day, month, year) but if I write in this format, it does not register the event and takes my calendar for the year 2019, I found that to succeed I fill in the date format (year, month, day).

    Question: Anyone know how to make the completion date in the format actually (day, month, year) because I’m in Brazil, and here’s how we use

    thank you

    http://wordpress.org/extend/plugins/events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I need the same! Your find the solution?

    When adding an event, complete the date in the format specified…

    YYYY-MM-DD

    To display the date on your website (day, month, year) within the widget, I made the following change to ec_calendar.class.php on line 146…

    $timeStp = mktime(0, 0, 0, $day, $month, $year);

    My fix above caused errors…

    The actual way to achieve this is to change the large calendar dates format to j/n/Y within the Events Calendar options panel.

    A little confusing, as you’d expect the Widget Calendar Dates box to affect the Widget Date format!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Events Calendar] Change format date for (Day-Month-Year)’ is closed to new replies.