Title: Event List &#8211; Date Format
Last modified: September 1, 2016

---

# Event List – Date Format

 *  Resolved [firehold](https://wordpress.org/support/users/firehold/)
 * (@firehold)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/event-list-date-format/)
 * Hello,
 * for the event output list i want to change the Dateformat from 01/01/2016 to 
   01.01.2016. But how i can do that, when im just able to give “#_EVENTDATES”?
 * Thank you very much in advance 🙂
 *     ```
       <tr>
           <td>
                       #_EVENTDATES<br/>
                       #_EVENTTIMES
                   </td>
                   <td>#_EVENTLINK
                       {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
                   </td>
               </tr>
       ```
   
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/event-list-date-format/#post-7483704)
 * you can try under Events > Settings > Formatting > Date/Time section > Date Format
 *  [rattenkind](https://wordpress.org/support/users/rattenkind/)
 * (@rattenkind)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/event-list-date-format/#post-7483839)
 * If you want to change the date format for all places on your website, you can
   customize what the #_EVENTDATES placeholder outputs (see post above). Basically
   you need to just replace the “/” separators with “.” separators.
 * However, if you want your date to have full control over how your date is displayed–
   and to display it differently in e.g. the sidebar widget than on the events page
   you will need to stop using the #_EVENTDATES placeholder and instead use directly
   the standard WordPress Date/Time format strings.
 * For instance, you could create a shortcode to use in a page/post:
 *     ```
       [events_list scope="future" orderby="event_start_date, event_name" order="ASC" limit="6"]
       <div class="eventWrapper">
       <div class="eventImage"><a href="#_EVENTURL">#_EVENTIMAGE{600,450}</a></div>
       <div class="eventDate">#_{d}.#_{m}.#_{Y}
       #_EVENTTIMES</div>
       <div class="eventCategory">#_CATEGORYNAME
       #_LOCATIONTOWN, #_LOCATIONCOUNTRY</div>
       <div class="eventTitle"><a href="#_EVENTURL">#_EVENTNAME</a></div>
       <div class="eventExcerpt">#_EVENTEXCERPT{25,...}</div>
       <div class="eventExcerptReadmore"><a href="#_EVENTURL">Read more</a></div></div>
       [/events_list]
       ```
   
 * For a full list of all possible Format Strings for Date and Time, go here:
    [http://codex.wordpress.org/Formatting_Date_and_Time](http://codex.wordpress.org/Formatting_Date_and_Time)
 *  Thread Starter [firehold](https://wordpress.org/support/users/firehold/)
 * (@firehold)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/event-list-date-format/#post-7483847)
 * > you can try under Events > Settings > Formatting > Date/Time section > Date
   > Format
 * That was exactly what i wanted, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Event List – Date Format’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)
 * [event-manager](https://wordpress.org/support/topic-tag/event-manager/)
 * [format](https://wordpress.org/support/topic-tag/format/)

 * 3 replies
 * 3 participants
 * Last reply from: [firehold](https://wordpress.org/support/users/firehold/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/event-list-date-format/#post-7483847)
 * Status: resolved