Examveda
Examveda

Say you want to calculate the date 45 days from the present date which one of the following statement will you use?

A. totime(“+45”)

B. totime(“+45 days”)

C. strtotime(“+45 days”)

D. strtotime(“-45 days”)

Answer: Option C

Solution(By Examveda Team)

The strtotime() function and GNU date syntax is used to calculating the date x days from the present date.

This Question Belongs to PHP >> Date And Timestamp

Join The Discussion

Related Questions on Date and Timestamp