PHP Date and Timestamp How many methods does the DateTime class have? 11 10 9 8 11 10 9 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?If say date is 22/06/2013.printf( date("t") ) 2013 22 30 JUNE 2013 22 30 JUNE ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will the following script output?$time = strtotime ('2004/01/01');echo date ('H:i:s', $time); 12:00:00 0:00:00 12:i:00 00:i:00 12:00:00 0:00:00 12:i:00 00:i:00 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strhtime strftime strgtime stritime strhtime strftime strgtime stritime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? get_last_mod() getlastmod() lastmod() last_mod() get_last_mod() getlastmod() lastmod() last_mod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp .......... Returns the time of sunrise for a given day / location. date.sunrise() date-sunrise() datesunrise() date_sunrise() date.sunrise() date-sunrise() datesunrise() date_sunrise() ANSWER DOWNLOAD EXAMIANS APP