Skip to content
  • Register
  • Login

LT BYTES

Learn Tech Bytes

  • Home
  • AWS
  • PHP
Posted inUncategorized

days difference in php

Surya by SuryaJuly 27, 20100

$date2 = ‘2010-06-20’;
$date1 = ‘2010-06-24’;
$days = (strtotime($date1) – strtotime($date2)) / (60 * 60 * 24);
echo $days;

some other ways are also there. can any one reply as a comments

Post Views: 27
Taggedcalculate-day-differencecount-days-difference-between-two-dates-in-php
Surya Narayana Murthy K
Surya
More by Surya

Post navigation

Previous Article Previous article:
Get extension of filename in php
Next Article Next article:
difference between curl and file_get_contents

Leave a Reply Cancel reply

You must be logged in to post a comment.

Recent Posts

  • Deploying AWS Lambda with Docker & Serverless Framework
  • Create and Update SNS Subscription Filter Policy using Python Boto3
  • Turn on errors in PHP
  • Php coding standards
  • WordPress plugin to save contact information to database

Recent Comments

No comments to show.

Archives

  • February 2025
  • January 2024
  • December 2023
  • March 2013
  • December 2012
  • April 2012
  • August 2011
  • April 2011
  • February 2011
  • January 2011
  • October 2010
  • July 2010
  • June 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009

Categories

  • All
  • AWS
  • Javascript
  • Joomla
  • Php
  • Python
  • Sql
  • Uncategorized
  • Wordpress
Copyright © 2025 LT BYTES.
Powered by WordPress and BNM.
  • Home
  • AWS
  • PHP