Hi, my date picker field is still not getting the translated value after using the snippet above. I have read this could be a bug after WordPress 5.3?
I am using WordPress 5.5 + ACF PRO 5.9.0 + Polylang Pro 2.8.1 and the following code:
wp_date("F Y", strtotime(get_sub_field('date')));
wp_date is the alternative to date_i18n after WordPress 5.3. date_i18n is giving me the month text only in English too.