PHP Date and Timestamp How many methods does the DateTime class have? 10 9 11 8 10 9 11 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Integer Boolean String Float Integer Boolean String Float 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 = new DateTime(“22 JUNE 2013”) $date = Date(“22 JUNE 2013”) $date = DateTime(“22 JUNE 2013”) $date = new Date(“JUNE 22 2013”) $date = new DateTime(“22 JUNE 2013”) $date = Date(“22 JUNE 2013”) $date = DateTime(“22 JUNE 2013”) $date = new Date(“JUNE 22 2013”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. stroftime() strtotime() strtodate() str_to_time() stroftime() strtotime() strtodate() str_to_time() 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 If the format is F then which one of the following will be returned? Day of month, with leading zero Complete text representation of month Daylight saving time Day of month, without zeros Day of month, with leading zero Complete text representation of month Daylight saving time Day of month, without zeros ANSWER DOWNLOAD EXAMIANS APP