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 |
How many functions are there in php?
Is session a cookie?
What are the common uses of php?
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is difference between web service and api?
What is static in php?
How does firefox manage cookies?
How to open a file for reading?
Why do we use in php?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What is the role of php.ini file?