Datepicker shows wrong date
-
Hi there
When I edit past events the date is wrong:
https://privatebin.net/?52a72042d9146e47#3hfdVFfpqSrrKUhiHPFKaDG879TSuvbVxnXbXTcRHcFh
The right date is 2025/02/24.
To show the right date on single event I must use:
$date = get_post_meta( $event_id, '_EventStartDateUTC', true ) ? get_post_meta( $event_id, '_EventStartDateUTC', true ) : '';If I check from the database I have:
https://privatebin.net/?17fbfc85fb1f2efa#5Jk5Kwqo5ixYRNi4SDZPZnZ4QGUA7EHhUndoErynrsk5
Is this normal for past events?
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Datepicker shows wrong date’ is closed to new replies.