PHP Date and Timestamp If the format is F then which one of the following will be returned? Day of month, without zeros Complete text representation of month Daylight saving time Day of month, with leading zero Day of month, without zeros Complete text representation of month Daylight saving time Day of month, with leading zero ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::setTime() DateTime::format() DateTime::setDate() DateTime::modify() DateTime::setTime() DateTime::format() DateTime::setDate() DateTime::modify() 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 FALSE Valid TRUE Invalid FALSE Valid ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 11 9 8 10 11 9 8 10 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? getTranitions() getOffset() savingTime() ISODate() getTranitions() getOffset() savingTime() ISODate() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. checkdate check_date Verify_date verifydate checkdate check_date Verify_date verifydate ANSWER DOWNLOAD EXAMIANS APP