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 Which of the following statements can be used to add two months to the existing date? $date = modify(‘2+ months’); $date->modify(‘+2 months’); $date->modify(‘2+ months’); $date = modify(‘+2 months’); $date = modify(‘2+ months’); $date->modify(‘+2 months’); $date->modify(‘2+ months’); $date = modify(‘+2 months’); 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
PHP Date and Timestamp What will be the output of the following PHP code?If say date is 22/06/2013.printf( date("t") ) 30 JUNE 2013 22 30 JUNE 2013 22 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? N T I E N T I E 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