How to convert a timezone from one to another ?
Answer / prasadkonnur
date_default_timezone_set() function
ex: date_default_timezone_set('Europe');
And date_default_timezone_get() function to get date.
| Is This Answer Correct ? | 5 Yes | 1 No |
write a program to print [123] [456] [789] note : braces also need to be printed
How long does a php session last for?
What are the Merits and De-Merits of CURL library ?
What is the use of "echo" in php?
How can we encrypt the password using php?
What can php do?
How to create reusable code in php?
Explain the difference between array_merge() and array_combine()?
Does facebook use php framework?
Whether php supports microsoft sql server?
How stop the execution of a php scrip?
Why do we use csrf token?