• Hi,

    On our site we use the d/m/YYYY (10/04/2019)as the input format from the plugin and WP itself is set to the j F Y date format => 10 april 2019.

    On the single event page, this is shown correctly. For an event on the 12th, it shows ’12 april 2019 @ 8:30 – 10:00′, exactly as we would expect and want.
    But on the agenda view for that same event, it shows ‘april 12 @ 8:30 – 10:00’, not what we expect and want. But there seems to be no settings for this. This might be a normal date notation in some countries, but that is not the case everywere and here it just looks wrong. Any way we can fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Having the exact same problem. The single calendar event page does not respect the WordPress date settings. Also it displays differently depending on context:

    Hover over event on main calendar page month view date is shown as:
    Apr 23 @ 9:00 am – 10:00 am

    Click to view single event date is show as:
    23 April 2019 @ 9:00 am – 10:00 am

    How can we fix this discrepancy? Where is the date format configured in ai1ec?

    • This reply was modified 5 years, 7 months ago by leepowers.

    You must change the time.php in the plugin /all-in-one-event-calendar/app/view/event/time.php on row 184
    return $time->format_i18n( 'j ' ) . '. ' . $time->format_i18n( 'F ' ) ;

    Thread Starter Martijn

    (@ximie90)

    @steff66 And do so every time we update the plugin…Seems a bit of an odd solution.

    Just a bit weird that this is an issue on a plugin that has dates at its core.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date format not used in certain area’s’ is closed to new replies.