Untitled
Virker ikke,Esbjerg82
php
3 years ago
152 B
9
Indexable
<?php
$now = new \DateTime();
$nextDate = new \DateTime($start_date);
if ($now >= $nextDate) {
	echo 'Startet';
} else {
	echo 'Afventer opstart';
}
?>Editor is loading...
<?php
$now = new \DateTime();
$nextDate = new \DateTime($start_date);
if ($now >= $nextDate) {
	echo 'Startet';
} else {
	echo 'Afventer opstart';
}
?>