3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale (LC_ALL, 'de_DE'); function formatDateLocale($strTime) { $timestamp = strtotime($strTime); return strftime('%A, %d.%B %Y', $timestamp); } echo formatDateLocale('2014-11-11');

preferences:
40.9 ms | 402 KiB | 5 Q