PHP Date and Timestamp ................Checks a date for numeric validity. checkdate verifydate Verify_date check_date checkdate verifydate Verify_date check_date ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What would happen if the following script were run on a Windows server set to Moscow, Russia’s time zone?echo gmmktime(0, 0, 0, 1, 1, 1970); It would output the number 0 It would output the number 1 It would output nothing It would output the number -1 It would output the number 0 It would output the number 1 It would output nothing It would output the number -1 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 11 8 10 9 11 8 10 9 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 22 June, 2013 Today is 22-06-2013 Today is 06-22-2013 Today is June 22, 2013 Today is 22 June, 2013 Today is 22-06-2013 Today is 06-22-2013 Today is June 22, 2013 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? T N E I T N E I ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Integer Float String Boolean Integer Float String Boolean ANSWER DOWNLOAD EXAMIANS APP