PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strgtime stritime strhtime strftime strgtime stritime strhtime strftime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Say you want to calculate the date 45 days from the present date which one of the following statement will you use? totime(“+45 days”) totime(“+45”) strtotime(“+45 days”) strtotime(“-45 days”) totime(“+45 days”) totime(“+45”) strtotime(“+45 days”) strtotime(“-45 days”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp You must make a call to ................... to specify what time zone you want calculations to take place in before calling any date functions. date_defaulttimezone_set() date_default_timezoneset() datedefault_timezone_set() date_default_timezone_set() date_defaulttimezone_set() date_default_timezoneset() datedefault_timezone_set() date_default_timezone_set() 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, without zeros 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 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? getlastmod() get_last_mod() lastmod() last_mod() getlastmod() get_last_mod() lastmod() last_mod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mrtime() mktime() time() mtime() mrtime() mktime() time() mtime() ANSWER DOWNLOAD EXAMIANS APP