- Issue created by @pefferen
We have a use case where an editor can enter a start and end date with the same values. This will render incorrectly since the module assumes that if the start and end date timestamps are the same the configured date format does not include time.
In our case we have the following setting:
This will render as follows with the same date and time:
12 October 2017 09:00-{09}:{00}
I see two possible solutions:
My preference is option 1, but we could implement both options and allow the module user to configure what is needed. And avoid a wrong rendering due to a missing end date in the code.
Active
4.0
Code