PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strftime strgtime strhtime stritime strftime strgtime strhtime stritime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. checkdate verifydate check_date Verify_date checkdate verifydate check_date Verify_date ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp To create an object and set the date to JUNE 22, 2013, which one of the following statement should be executed? $date = Date(“22 JUNE 2013”) $date = new Date(“JUNE 22 2013”) $date = new DateTime(“22 JUNE 2013”) $date = DateTime(“22 JUNE 2013”) $date = Date(“22 JUNE 2013”) $date = new Date(“JUNE 22 2013”) $date = new DateTime(“22 JUNE 2013”) $date = DateTime(“22 JUNE 2013”) 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") ) 2013 JUNE 30 22 2013 JUNE 30 22 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 If the format is F then which one of the following will be returned? 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 Day of month, without zeros Complete text representation of month ANSWER DOWNLOAD EXAMIANS APP