Link to home
Start Free TrialLog in
Avatar of BR
BRFlag for Türkiye

asked on

simple php time function

hello, I use php and I have a simple question regarding php date property

how can add 10 days to $todayis = date("Y-m-d H:i:s");

I'd like echo $todayis value + 10 days
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BR

ASKER

Thank you