Blog – Masonry + Sidebar

PHP

How to convert 24 hour format to 12 hour format time in php?

This post converting 24 hour format to 12 hours format time.

PHP

How to convert PT time to time format in php?

This post convert PT time to time format in php.

PHP

How to add days into date in php?

Here we’ll provide the simplest way to add days to date using PHP. In PHP, using date_\add() function you can easily increase date.

PHP

How to subtract some days in php?

The date_\sub() is an inbuilt function in PHP which is used to subtract some days, months, years, hours, minutes, and seconds from given date. The function returns a DateTime object on success and returns FALSE on failure.

PHP

How to convert date to different format in php?

To convert the datetime format PHP provides strtotime() and date() function. We change the date format from one format to another.

PHP

How to convert float to date time in php?

In this tutorial, we show you how you can convert float to date time in php.