Contact: aviboots(AT)netvision.net.il
39,894 questions
51,825 answers
573 users
$date = '11-07-2024'; if (strtotime("now") > strtotime("+13 days", strtotime($date))) { echo "yes"; } else { echo "no"; } /* run: yes */