Blog

How to get a day of the week from date in php?

This is a short guide on how to get the day of the week from a given date string in PHP.

How to calculate hours between two dates in php?

In this tutorial, we are using PHP date time functions to calculate the hour difference between two dates.

How to get day name from date in php?

This is a short guide on how to get full day name from date in php. i would like to show you php date get full day name.

How to check format of date in php?

In this tutorial, we are going to see how to check Date format in PHP.

How to check day of the week in PHP?

In this tutorial, we are going to see how to check day of the week in PHP.

How to compare two dates from MYSQL in php?

In this tutorial, we will explain to you how you can compare two dates from MYSQL in PHP.

How to convert mysql date to string in php?

In this tutorial, we will explain to you how you can convert mysql date to string in PHP.

How to convert date string to mysql date in php?

In this tutorial, we will explain to you how you can convert date string to mysql date in PHP.

How to convert object or array to string in php?

In this post, By using the implode() function, we can convert all object or array elements into a string. This function returns the string.

How to remove CDATA tag in php?

You can definitely remove the CDATA tag from input xml by using the str_replace function in PHP to remove the desired content from your xml.