No problem! Happy to help.
The plugin is designed to automatically pull in the date format setting found under Settings > General > Date Format.
Can you screenshot what specific portion of the calendar you’re not seeing change properly?
Here’s the link to the page – https://2023.3churches.uk/ – it’s only a test page I’m playing around with.
In my Date Format settings I have it set to d/m/y
Ok, can you screenshot your settings page for me please?
Can’t work out how to attach a screenshot to the message but here’s a link to an image of the snapshot http://2023.3churches.uk/wp-content/uploads/2023/07/Screenshot-time-settings.png
Hey @pagallery,
Sorry for the miscommunication. I told Jonathan the wrong thing.
Our [piecal-info] shortcode uses the WordPress date & time format by default, and we plan to implement this elsewhere, but haven’t yet.
We use toLocaleDateString to display the dates in the calendar, which means as long as your site’s locale is set to en-GB, the format should be correct.
I think we might have a bug where the -GB part of the locale gets stripped, though, so please try using this shortcode:
[piecal locale=”en-GB”]
In my tests this worked as expected.
Thank you, that has worked.
Great! We’ve identified the cause of this and will fix it in an upcoming release quite soon.
Thanks for helping us track it down