Home › Forums › Front-end Issues › Date picker language front-end › Reply To: Date picker language front-end
Hi @floriz
This is an interesting issue which I would like to solve and write a tutorial for.
Here is an older thread which covered some ideas / solutions:
http://old.support.advancedcustomfields.com/discussion/4789/date-field-output-in-non-english-language
I wonder if it is posisble to use the WP __() translate function to translate the month like so:
$month = $date->format(‘M’);
echo __($month);
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.