• Resolved andershein

    (@andershein)


    I have a problem with the dates

    I use the Danish version of WordPress and when I set the date for an event, it shows as DD.MM.YYYY.
    However when I publish the event it changes so that ie. 15.12.2013 changes to 20.12.2015.

    What can I do to make the dates work correctly?

    http://wordpress.org/plugins/event-list/

Viewing 1 replies (of 1 total)
  • The plugin uses format YYMMDD whereas your danish wordpress date format is dd-mm-Y,

    The plugin is locally translated by using function date_i18n,

    but on your frontend the localisation (output of date by functions html_fulldate & mysql2date) doesnt seem to go right,

    try changing the two instances in admin_new.php
    of date_i18n(__('Y/m/d') in date_i18n(__('d/m/Y')

Viewing 1 replies (of 1 total)

The topic ‘Problems with date’ is closed to new replies.