echo di test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user