PHP Date and Timestamp .......... Returns the time of sunrise for a given day / location. date-sunrise() date.sunrise() date_sunrise() datesunrise() date-sunrise() date.sunrise() date_sunrise() datesunrise() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. strtotime() stroftime() str_to_time() strtodate() strtotime() stroftime() str_to_time() strtodate() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strgtime strftime strhtime stritime strgtime strftime strhtime stritime 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 What will be the output of the following PHP code?If say date is 22/06/2013.printf( date("t") ) 2013 22 30 JUNE 2013 22 30 JUNE 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 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 ANSWER DOWNLOAD EXAMIANS APP