PHP Date and Timestamp How many constants does the DateTime class have? 11 8 9 10 11 8 9 10 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? last_mod() get_last_mod() getlastmod() lastmod() last_mod() get_last_mod() getlastmod() lastmod() 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'); Valid TRUE Invalid FALSE Valid TRUE Invalid FALSE ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following code?If say date is 22/06/2013.echo "Today is ".date("F d, Y") Today is 06-22-2013 Today is 22-06-2013 Today is 22 June, 2013 Today is June 22, 2013 Today is 06-22-2013 Today is 22-06-2013 Today is 22 June, 2013 Today is June 22, 2013 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? I T E N I T E N 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? savingTime() ISODate() getTranitions() getOffset() savingTime() ISODate() getTranitions() getOffset() ANSWER DOWNLOAD EXAMIANS APP