PHP Date and Timestamp How many methods does the DateTime class have? 11 9 10 8 11 9 10 8 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); 00:i:00 0:00:00 12:00:00 12:i:00 00:i:00 0:00:00 12:00:00 12:i:00 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are static?1. listAbbreviations()2. getName()3. getOffset()4. listIdentifiers() 1 2 4 3 1 2 4 3 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method enables you to calculate whether daylight saving time is in force at a specific date and time? savingTime() getTranitions() getOffset() ISODate() savingTime() getTranitions() getOffset() ISODate() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mktime() mtime() time() mrtime() mktime() mtime() time() mrtime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. check_date verifydate Verify_date checkdate check_date verifydate Verify_date checkdate ANSWER DOWNLOAD EXAMIANS APP