Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

luciendub on "strtotime returns strange characters"

$
0
0

I want to show date of events created via custom post type and ACF in WordPress. I try to figure out why this:

<?php setlocale(LC_TIME, 'fr_FR'); echo strftime('%d %h %Y', strtotime(get_field('date_de_levenement'))); ?>

returns strange characters like this:

04 ao�t 2014

(Here the 04 ao�t 2014 should be 04 août 2014)


Viewing all articles
Browse latest Browse all 8245

Trending Articles