Discussion :: PHP - CS
- Say you want to calculate the date 45 days from the present date which one of the following statement will you use?
Answer : Option C
Explanation :
The strtotime() function and GNU date syntax is used to calculating the date x days from the present date.
Be The First To Comment