Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@twistsd)

    Benjamin,

    Thanks for your help, that gives me the result I was after.

    Thanks
    Steve

    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.