
EarthDay
-
Posts
42 -
Joined
-
Last visited
Community Answers
-
EarthDay's post in Show database entries by todays date plus 7 days was marked as the answer
Hi All,
Thank you all for your help on this
I have figured this out by using the below code
$stmt = $pdo->query("SELECT * FROM care_plan_review WHERE reminder_date between now() and now() + INTERVAL 7 DAY"); Cheers,
ED.