PHP Date Time

PHP Time Ago Function

This PHP tutorial is for converting given date into a time ago string like 2 hours age, 3 years ago. In a previous tutorial, we have seen da ...

March 1st, 2016

Calculating Hours Difference in PHP

In PHP, there are many ways to calculate the difference between two dates. In this tutorial, we are using PHP date time functions to calcula ...

April 15th, 2015

PHP Timestamp

PHP provides several date-time functions to perform required operations with temporal data. Now, we are going to see about PHP timestamp fun ...

August 21st, 2013

PHP Current Date

After a little break, happy to meet PHP readers again. Now, we are going to see PHP functions that are used to get the current date. There a ...

August 16th, 2013

PHP Timezone

In PHP, working with timezone is quite interesting by utilizing various functions coming under PHP date/time. In this article, we are going ...

June 27th, 2013

Formatting Dates in PHP

PHP contains several inbuilt functions for changing the date-time format. In this tutorial, we are going to see the characters used in repre ...

June 5th, 2013

Dates and Time in PHP

PHP includes a lot of date and time functions. These functions are coming under PHP date and time-related extensions. These are used to perf ...

April 25th, 2013

↑ Back to Top