Beispiel #1
0
<?php

/**
 * Created by PhpStorm.
 * User: seekdasky
 * Date: 09/12/15
 * Time: 11:40
 */
require_once 'autoloader.php';
$rdv = new RDV();
?>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<?php 
var_dump(RDVRepo::isPossible("2015-12-20 13:40:00", 30, 60));
?>
</body>
</html>