PHP Date and Timestamp How many constants does the DateTime class have? 9 11 8 10 9 11 8 10 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. verifydate checkdate check_date Verify_date verifydate checkdate check_date Verify_date ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are nonstatic?1. _construct()2. getName()3. getOffset()4. getTransitions() 3 1 4 2 3 1 4 2 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?echo (checkdate(4,31,2010) ? 'Valid' : 'Invalid'); TRUE Invalid Valid FALSE TRUE Invalid Valid FALSE ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strgtime stritime strftime strhtime strgtime stritime strftime strhtime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?If say date is 22/06/2013.printf( date("t") ) 30 22 2013 JUNE 30 22 2013 JUNE ANSWER DOWNLOAD EXAMIANS APP