Opened 3 months ago
Closed 3 months ago
#63274 closed defect (bug) (reported-upstream)
Issue with 24-Hour Format Time Not Displaying in Learn WordPress Calendar
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.7.2 |
Component: | WordPress.org Site | Keywords: | needs-testing |
Focuses: | Cc: |
Description
Hello,
I’ve encountered an issue while trying to schedule a workshop on Learn WordPress. When I use a 12-hour format time like 8:30, the meeting appears correctly in the calendar. However, when I use a 24-hour format time like 14:30, the meeting does not show up in the calendar.
Here’s the direct link to my workshop:
🔗 https://learn.wordpress.org/?meeting=wp-cli-complete-guideline
It seems the calendar might not be handling 24-hour format times properly, or perhaps it only accepts AM/PM formats.
Could you please advise if there’s a workaround or fix for this issue?
Thank you for your help!
Best regards,
Shipon Karmakar
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @shiponkarmakar,
You've landed on the Core WordPress Trac, which tracks bugs in the WordPress software itself, not on WordPress.org / Learn WordPress.
For that, in future please see https://meta.trac.wordpress.org/.
As for the issue at hand, this turned out to be a mis-understanding of the interface.
The 'end date' should have only been specified if the event was recurring, which it isn't.
I've resolved this via https://github.com/WordPress/meeting-calendar/commit/f99ef4e6a792e4067a802059f0bea99508f2e406 which has rearranged the UI and disabled the end date field unless recurrance has been set.