Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
date_default_timezone_set('Europe/Paris');
$time = strtotime('Tue, 31 Jul 2012 13:17:23 GMT');
echo date('Y-m-d', $time);
echo "\r\n\";
echo date('H:i:s', $time);