3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timestamp = strtotime("2014-02-20 19:30:00"); $timestamp = strtotime('-2 day', $timestamp); $timestamp = strftime( '%A %e %B %H %M' , $timestamp ); echo $timestamp; echo time();

preferences:
33.82 ms | 402 KiB | 5 Q