Answer Posted / 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 |
Post New Answer View All Answers
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Php error constants and their descriptions
What is the use of limit in mysql?
What is in php 7?
How to find length of an array in php ?
What is composer used for?
What is the meaning of symbol '$' in jquery?
Is php faster than javascript?
What is the use of die in php?
How to convert a string to lowercase in php?
Who developed php?
What are the new features in php 7?
Is there an easy way to delete an element from a php array?
What are static variables in php?
What are classes in php?