PHP Date and Timestamp Which method enables you to calculate whether daylight saving time is in force at a specific date and time? ISODate() getOffset() getTranitions() savingTime() ISODate() getOffset() getTranitions() savingTime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::setTime() DateTime::modify() DateTime::setDate() DateTime::format() DateTime::setTime() DateTime::modify() DateTime::setDate() DateTime::format() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?echo (checkdate(4,31,2010) ? 'Valid' : 'Invalid'); Invalid TRUE FALSE Valid Invalid TRUE FALSE Valid 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”) strtotime(“+45 days”) totime(“+45”) totime(“+45 days”) strtotime(“-45 days”) strtotime(“+45 days”) totime(“+45”) totime(“+45 days”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mktime() time() mtime() mrtime() mktime() time() mtime() mrtime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? lastmod() last_mod() getlastmod() get_last_mod() lastmod() last_mod() getlastmod() get_last_mod() ANSWER DOWNLOAD EXAMIANS APP