PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::setTime() DateTime::setDate() DateTime::format() DateTime::modify() DateTime::setTime() DateTime::setDate() DateTime::format() DateTime::modify() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns An integer A floating-point number An array A string A Boolean An integer A floating-point number An array A string A Boolean 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:i:00 00:i:00 12:00:00 0:00:00 12:i:00 00:i:00 12:00:00 0:00:00 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 How many constants does the DateTime class have? 8 10 11 9 8 10 11 9 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? N T I E N T I E ANSWER DOWNLOAD EXAMIANS APP