C
|
Chris Whitehead 1/12/2025 |
for the command date_add, using that syntax is for the mysql command. Here's some examples I found for the php version. $date=date_create("2024-03-15"); $date = date_create("25-09-1989"); |
H
|
Hopper author 1/12/2025 |
Thank you Chris. The did the trick! |