Calendar Module - style parts of the date

Introduction

I’m currently creating a layout for a meeting room displays. There are two regions, one for the current event and one for upcomming events. I would like to show the next 4 events in the upcomming region and use the substitutions [StartDate] - [EndDate].

This is the result, looks it does not really look good:
2018-12-11 10:00 - 2018-12-11 18:10
2018-12-13 14:30 - 2018-12-13 16:00
2018-12-17 07:20 - 2018-12-17 13:30
2018-12-17 14:00 - 2018-12-17 15:00

I would to formate date and time like this:
[StartDate|d.m.y: h:i] - [EndDate|h:i]

11.12.2018: 10:00 - 18:10
13.12.2018: 14:30 - 16:00
17.12.2018: 07:20 - 13:30
17:12.2018: 14:00 - 15:00

User Story

We would like to setup small displays (Philips 10BDL3051T/00) at our meeting rooms to show current and upcomming events.


For the dev team to fill in:

Status

The current status and the username of the:

  • Reporter
  • Drafter
  • Implementer

Implementation

A broad description of the changes required.

Effected Software

Which parts of Xibo are effected

DB Schema Changes

Any necessary DB Schema Changes

This is a duplicate of More formatting options in calendar module which has already been accepted for implementation.