Remove redisplay of date for same day events

Created on 18 March 2024, over 1 year ago

Problem/Motivation

If an event starts and ends on the same day it would be nice to not have the date be redisplayed for the end time.

Currently the addtocal formatter shows this:

It would be nice to have it show this:

I am attaching a patch with my temporary solution as that is all I had time for right now, but I think it would be a nice feature to add to configuration.

Feature request
Status

Active

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @lelkneralfaro
  • Uploading new patch due to error in date formatting in previous patch showing month rather than hour for end date.

  • 🇺🇸United States yospyn

    Thanks for this patch, I'm using Smart Date and for F j, Y @ g:i A T instead of:

    May 29, 2025 @ 1:00 PM EDT - May 29, 2025 @ 2:00 PM EDT

    It's now displaying:

    May 29, 2025 @ 1:00 PM EDT - 02:00 PM

    However, is it possible to get the timezone placed after the time range? Regardless, definitely would love to see this released in future versions.

  • 🇬🇧United Kingdom anyr

    Thank you this solves one of my problems!

    Is it possible for a patch that would display all-day events that run over several days, without the time? (and ideally without the year repeating?)
    Currently I have:
    30 June 2025, 12:00AM - 3 July 2025, 11:59PM
    But would ideally like
    30 June - 3 July 2025

    Some events do have times so I want to keep the time as the default option.

    Thank you!!

Production build 0.71.5 2024