Forum Moderators: coopster
How I can use strtotime() in a date defined for me?
Eg: date("2005/05/18", strtotime("+15 days"));
OBS: I cannot use date("Ymd", strtotime("+20 days")); because I necessary to add the date that the operation was made, or either, it can have today been as last year. It would have as I to make this?
Thanks