PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? I T E N I T E N ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 8 11 9 10 8 11 9 10 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are static?1. listAbbreviations()2. getName()3. getOffset()4. listIdentifiers() 2 3 1 4 2 3 1 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Float Boolean Integer String Float Boolean Integer String ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following is the right way to use the DateTime class? $date = class DateTime; $date = new class DateTime(); $date = new DateTime(); $date = get_Class(DateTime); $date = class DateTime; $date = new class DateTime(); $date = new DateTime(); $date = get_Class(DateTime); 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? savingTime() ISODate() getTranitions() getOffset() savingTime() ISODate() getTranitions() getOffset() ANSWER DOWNLOAD EXAMIANS APP