PHP Date and Timestamp ................Checks a date for numeric validity. check_date verifydate checkdate Verify_date check_date verifydate checkdate Verify_date ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp .......... Returns the time of sunrise for a given day / location. date-sunrise() date_sunrise() datesunrise() date.sunrise() date-sunrise() date_sunrise() datesunrise() date.sunrise() 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. time() mktime() mtime() mrtime() time() mktime() mtime() mrtime() 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'); FALSE Valid TRUE Invalid FALSE Valid TRUE Invalid ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Integer String Float Boolean Integer String Float Boolean ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method enables you to calculate whether daylight saving time is in force at a specific date and time? ISODate() getTranitions() savingTime() getOffset() ISODate() getTranitions() savingTime() getOffset() ANSWER DOWNLOAD EXAMIANS APP