Title: Problems with date
Last modified: August 21, 2016

---

# Problems with date

 *  Resolved [andershein](https://wordpress.org/support/users/andershein/)
 * (@andershein)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/problems-with-date-1/)
 * 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/](http://wordpress.org/plugins/event-list/)

Viewing 1 replies (of 1 total)

 *  [wptestert](https://wordpress.org/support/users/wptestert/)
 * (@wptestert)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/problems-with-date-1/#post-4397046)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/event-list_f8f8f8.svg)
 * [Event List](https://wordpress.org/plugins/event-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-list/)
 * [Active Topics](https://wordpress.org/support/plugin/event-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-list/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [wptestert](https://wordpress.org/support/users/wptestert/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/problems-with-date-1/#post-4397046)
 * Status: resolved