3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_TIME, 'fr_FR'); $dateString = '2020-08-08'; $timestamp = strtotime($dateString); $formattedDate = strftime('%d %B %Y', $timestamp); //setlocale(LC_ALL, Locale::getDefault()); // restore (if neccessary) echo utf8_encode($formattedDate);

preferences:
53.47 ms | 402 KiB | 5 Q