Home:ALL Converter>Translate date (output ACF , wordpress)

Translate date (output ACF , wordpress)

Ask Time:2019-09-14T17:59:13         Author:Jessie

Json Formatter

I want to translate the output of a datetime picker of a acf field in Wordpress.

The admin language is dutch but my output need to go in English

$date = "Okt 13, 2019 16:00:00"; (this is my output from ACF)

this is what I want

$date = "Oct 13, 2019 16:00:00"; (the month is now in English format)

Is there a way to do date, without changing the admin language or changing the acf field.

Author:Jessie,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/57934394/translate-date-output-acf-wordpress
yy