Suppose You Want To Calculate The Date 45 Days From The Present #179
Suppose you want to calculate the date 45 days from the present date which one of the following statement will you use?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Date and Timestamp - Quiz No.1.
Suppose you want to calculate the date 45 days from the present date which one of the following statement will you use?
totime(“+45”)
totime(“+45 days”)
strtotime(“+45 days”)
strtotime(“-45 days”)