PHP Date and Timestamp If the format is F then which one of the following will be returned? Complete text representation of month Daylight saving time Day of month, without zeros Day of month, with leading zero Complete text representation of month Daylight saving time Day of month, without zeros Day of month, with leading zero ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following is the right way to use the DateTime class? $date = new DateTime(); $date = new class DateTime(); $date = get_Class(DateTime); $date = class DateTime; $date = new DateTime(); $date = new class DateTime(); $date = get_Class(DateTime); $date = class DateTime; 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 June 22, 2013 Today is 22-06-2013 Today is 22 June, 2013 Today is 06-22-2013 Today is June 22, 2013 Today is 22-06-2013 Today is 22 June, 2013 Today is 06-22-2013 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 How many methods does the DateTime class have? 8 11 10 9 8 11 10 9 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. check_date checkdate Verify_date verifydate check_date checkdate Verify_date verifydate ANSWER DOWNLOAD EXAMIANS APP