3v4l.org

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

preferences:
40.45 ms | 402 KiB | 5 Q