-
Say you want to calculate the date 65 days from the present date which one of the following statement will you use?
-
- totime(“+65 days”)
- strtotime(“-65 days”)
- totime(“+65”)
- strtotime(“+65 days”)
- None of these
Correct Option: D
The strtotime() function and GNU date syntax is used to calculating the date x days from the present date.