I run a site teaching French. Most of the text is in English, but I would like to display a value from a Date field in the French format so for example:
07/12/2022 is what's stored (US format MM/DD/YYYY) and I want to display on my view as 12 juillet 2022.
How do I accomplish that?
Please login or Register to submit your answer
You should look at the general settings of your WordPress install in terms of date and time formatting. This typically is how those fields are defined.