PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mtime() mrtime() time() mktime() mtime() mrtime() time() mktime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. checkdate verifydate check_date Verify_date checkdate verifydate check_date Verify_date ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 10 8 9 11 10 8 9 11 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Say you want to calculate the date 45 days from the present date which one of the following statement will you use? strtotime(“+45 days”) totime(“+45 days”) totime(“+45”) strtotime(“-45 days”) strtotime(“+45 days”) totime(“+45 days”) totime(“+45”) strtotime(“-45 days”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strftime strgtime stritime strhtime strftime strgtime 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() ISODate() savingTime() getTranitions() getOffset() ISODate() savingTime() getTranitions() ANSWER DOWNLOAD EXAMIANS APP