End Date (DTEND) Issue
-
We’re having an issue where the End Date (DTEND) saved in the admin isn’t what’s showing on the front end. We’re utilizing $event_dates[‘last_date’]->format(‘F j, Y’); to show the last date.
Here’s a var_dump example: https://gist.github.com/nicksatkovich/f6096af63759a9c380c7849dd1ffa2d1
The end date does appear to be stored in the database correctly by RRule.
FREQ=WEEKLY;DTSTART=20241130T040000;DTEND=20241229T000000;INTERVAL=1;BYDAY=TH,FR,SA,SU
The ‘DTEND’ value above should be read as 29th December 2024.
There are however?multiple entries (event_dates) for this example experience in the database, which is not what I’d expect, but all of the entries have the same value as above.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.