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.
Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in C:\sites\blog\test.php on line 24
$day = $_POST['day'];
$month = $_POST['month'];
$year = $_POST['year'];
$date = strtotime($year."-".$month."-".$day);
<?= date("d/m/Y",$rs["date"]) ?>