PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::setDate() DateTime::modify() DateTime::format() DateTime::setTime() DateTime::setDate() DateTime::modify() DateTime::format() DateTime::setTime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What is the difference, in seconds, between the current timestamp in the GMT time zone and the current timestamp in your local time zone? None of these It depends on the number of hours between the local time zone and GMT The two will only match if the local time zone is GMT There is no difference The two will never match None of these It depends on the number of hours between the local time zone and GMT The two will only match if the local time zone is GMT There is no difference The two will never match ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp To create an object and set the date to JUNE 22, 2013, which one of the following statement should be executed? $date = new Date(“JUNE 22 2013”) $date = Date(“22 JUNE 2013”) $date = new DateTime(“22 JUNE 2013”) $date = DateTime(“22 JUNE 2013”) $date = new Date(“JUNE 22 2013”) $date = Date(“22 JUNE 2013”) $date = new DateTime(“22 JUNE 2013”) $date = DateTime(“22 JUNE 2013”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 10 8 11 9 10 8 11 9 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 10 11 9 8 10 11 9 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? getlastmod() last_mod() get_last_mod() lastmod() getlastmod() last_mod() get_last_mod() lastmod() ANSWER DOWNLOAD EXAMIANS APP