PHP Date and Timestamp .......... Returns the time of sunrise for a given day / location. datesunrise() date.sunrise() date-sunrise() date_sunrise() datesunrise() date.sunrise() date-sunrise() date_sunrise() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? get_last_mod() last_mod() lastmod() getlastmod() get_last_mod() last_mod() lastmod() getlastmod() 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); 00:i:00 12:00:00 0:00:00 12:i:00 00:i:00 12:00:00 0:00:00 12:i:00 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strhtime strgtime strftime stritime strhtime strgtime strftime stritime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code if date is 24/02/2008?$date = new DateTime();echo $date->format('l,F,js,Y') Sunday, 24 02 2008 Sunday, February 24th 2008 Sunday, 02 24 2008 Sunday, 24th February 2008 Sunday, 24 02 2008 Sunday, February 24th 2008 Sunday, 02 24 2008 Sunday, 24th February 2008 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() getTranitions() ISODate() savingTime() getOffset() getTranitions() ISODate() savingTime() ANSWER DOWNLOAD EXAMIANS APP