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 |
What is variable declaration?
What is the different between count() and sizeof() in php?
When are you supposed to use endif to end the conditional statement?
What is php full form?
Write a PHP code to print following number pattern: 123 456 789
Tips to optimize the php script..... Suggestion for exception handling in php...
How do you pass a variable by value in php?
Tell me what should we do to be able to export data into an excel file?
What is The difference between ' and " where they can ben in between or outmost and how
What is php and its advantages?
How to check an key is exists in array?
What is the difference between $message and $$message in php?