Date functions in PHP

Tutorials and guides with example code in date operations in PHP

PHP date_default_timezone_set(): Set default time zone UTC

New post to review the function of PHP date_default_timezone_set() that sets the default time zone. (more…)

October 12, 2020

PHP date_default_timezone_get(): Get default time zone UTC

When we are working with dates in PHP we always have to consider if the time zone of the system…

October 12, 2020