Title: Date format
Last modified: August 22, 2016

---

# Date format

 *  Resolved [twistsd](https://wordpress.org/support/users/twistsd/)
 * (@twistsd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-56/)
 * Would it be possible to include in a future release the option to display the
   date & time of an event over two lines (date on one line & time on another) to
   help with formatting especially on the posterboard view, stream view & also on
   the event page.
 * Thanks
    Steve
 * [https://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

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

 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-56/#post-5890487)
 * Hello Steve,
 * Currently we have no plans to change this, but you can try the following code
   with which you can separate the date and time in two lines:
 * all-in-one-event-calendar/public/themes-ai1ec/vortex/twig -> **event-single.twig**,
   line 58
 *     ```
       {{ event | timespan | raw | split( '@', 2 )[0] }}<br />
       {{ event | timespan | raw | split( '@', 2 )[1] }}
       ```
   
 *  Thread Starter [twistsd](https://wordpress.org/support/users/twistsd/)
 * (@twistsd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-56/#post-5890494)
 * Benjamin,
 * Thanks for your help, that gives me the result I was after.
 * Thanks
    Steve
 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-56/#post-5890495)
 * No problem, glad I could help 😉
 * Take care,
    Ben

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

The topic ‘Date format’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Benjamin](https://wordpress.org/support/users/bsokic/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-56/#post-5890495)
 * Status: resolved