PHP Date and Timestamp How many methods does the DateTime class have? 9 10 11 8 9 10 11 8 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") ) JUNE 22 2013 30 JUNE 22 2013 30 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns An integer A floating-point number A Boolean An array A string An integer A floating-point number A Boolean An array A string ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strftime strgtime stritime strhtime strftime strgtime stritime strhtime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp If the format is F then which one of the following will be returned? Complete text representation of month Day of month, with leading zero Daylight saving time Day of month, without zeros Complete text representation of month Day of month, with leading zero Daylight saving time Day of month, without zeros 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'); Invalid FALSE TRUE Valid Invalid FALSE TRUE Valid ANSWER DOWNLOAD EXAMIANS APP