subtract hours – How to Subtract Hours from DateTime in PHP?

Subtract Hours from DateTime in PHP and and display it. The PHP date function is used to format a date. here we can learn to main 2 Examples.

Subtract Hours from DateTime in PHP

Subtracts Hours to $current_Date_Time can be done in many ways. The following source code will Subtracts Hours from DateTime.

Example 1: PHP Subtract Hours to DateTime

php_subtract_hours_to_datetime.php


Result

2022-11-01 07:10:05

don’t miss : Php Add Minutes To Datetime

Example 2: PHP Subtracts Hours to Current DateTime

php_subtract_hours_to_current_datetime.php


Result

2022-11-10 03:49:33

I hope you get an idea about subtracts hours.
I would like to have feedback on my infinityknow.com.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment