3v4l.org

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

preferences:
35.7 ms | 402 KiB | 5 Q