PHP date_default_timezone_get() Function
Complete PHP Date Reference
Definition and Usage
The date_default_timezone_get() function returns the default timezone used by
all date/time functions in a script.
Syntax
|
date_default_timezone_get(void)
|
| Parameter |
Description |
| void |
Optional. |
Example
<?php
echo(date_default_timezone_get());
?>
|
The output of the code above will be:
Complete PHP Date Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|