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 |
Explain the visibility of the property or method?
What is the difference between array_merge() and array_merge_recursive() in php?
What is the difference between $var and $$var?
How to make database connection in php?
How to strip whitespace (or other characters) from the beginning and end of a string?
How to calculate the difference between two dates using php?
How does the identity operator === compare two values?
Define soundex()?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
What is the difference between the functions unlink and unset?
What is difference between action hook and filter hook?
How does csrf attack work?