PHP Date and Timestamp If the format is F then which one of the following will be returned? Daylight saving time Day of month, without zeros Complete text representation of month Day of month, with leading zero Daylight saving time Day of month, without zeros Complete text representation of month Day of month, with leading zero ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following is the right way to use the DateTime class? $date = new class DateTime(); $date = get_Class(DateTime); $date = new DateTime(); $date = class DateTime; $date = new class DateTime(); $date = get_Class(DateTime); $date = new DateTime(); $date = class DateTime; ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What is the difference, in seconds, between the current timestamp in the GMT time zone and the current timestamp in your local time zone? None of these The two will only match if the local time zone is GMT It depends on the number of hours between the local time zone and GMT There is no difference The two will never match None of these The two will only match if the local time zone is GMT It depends on the number of hours between the local time zone and GMT There is no difference The two will never match ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. checkdate verifydate Verify_date check_date checkdate verifydate Verify_date check_date 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 method enables you to calculate whether daylight saving time is in force at a specific date and time? ISODate() getOffset() getTranitions() savingTime() ISODate() getOffset() getTranitions() savingTime() ANSWER DOWNLOAD EXAMIANS APP