PHP Date and Timestamp ................Checks a date for numeric validity. checkdate Verify_date check_date verifydate checkdate Verify_date check_date verifydate ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 8 10 11 9 8 10 11 9 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strgtime strftime stritime strhtime strgtime strftime stritime strhtime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method enables you to calculate whether daylight saving time is in force at a specific date and time? getOffset() savingTime() ISODate() getTranitions() getOffset() savingTime() ISODate() getTranitions() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. stroftime() strtodate() str_to_time() strtotime() stroftime() strtodate() str_to_time() strtotime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following statements can be used to add two months to the existing date? $date = modify(‘2+ months’); $date->modify(‘+2 months’); $date->modify(‘2+ months’); $date = modify(‘+2 months’); $date = modify(‘2+ months’); $date->modify(‘+2 months’); $date->modify(‘2+ months’); $date = modify(‘+2 months’); ANSWER DOWNLOAD EXAMIANS APP