Simple-Calendar
Simple-Calendar copied to clipboard
fix issue #1798 display of start/end for multi day events
what does this fix, can you give a sample?
Just makes the string shorter if possible for better UX.
- There is an event that spans over several days
- Switch to Day view
- When you scroll over the days, the event will only be shown as all day event, but not when it started or when it ends
With this PR,
- on the first day the end date/time is shown
- on the last day the start date/time is shown
- on the other days, the start and end date/time is shown.
- The date is shown as [month] [day]
AS described in issue #1798
should be good, thanks