PHP Date and Timestamp How many methods does the DateTime class have? 9 11 8 10 9 11 8 10 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 11 8 10 9 11 8 10 9 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp You must make a call to ................... to specify what time zone you want calculations to take place in before calling any date functions. datedefault_timezone_set() date_default_timezoneset() date_default_timezone_set() date_defaulttimezone_set() datedefault_timezone_set() date_default_timezoneset() date_default_timezone_set() date_defaulttimezone_set() 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); 0:00:00 12:i:00 12:00:00 00:i:00 0:00:00 12:i:00 12:00:00 00:i:00 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? N I E T N I E T 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? The two will never match 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 None of these There is no difference The two will never match 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 None of these There is no difference ANSWER DOWNLOAD EXAMIANS APP