echo di test

This commit is contained in:
Riccardo Di Dato
2016-04-18 16:26:29 +02:00
parent 090f36e25a
commit 365f00fe2a
+1
View File
@@ -29,6 +29,7 @@ if (!is_null($action) && strcmp($action, "show")==0){
$date = new DateTime(PostHandler::get("start")." 00:00", new DateTimeZone("CET"));
$start = $date->getTimestamp();
echo $start;
$date = new DateTime(PostHandler::get("end")." 23:59", new DateTimeZone("CET"));
$end = $date->getTimestamp();