NameSilo

[PHP] Compare dates/time

SpaceshipSpaceship
Watch

w1ww

Established Member
Impact
9
Hello,

Let's say I have this two dates:

22-01-2008 09:25:00
22-01-2008 09:35:00

I would like to know how can I compare them and say if 10minutes have gone or not.

Thanks in advanced!

Regards.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
http://uk.php.net/strtotime

PHP:
<?php
if((strtotime($time1) + 600) < strtotime($time2))
{
/* Do some stuff */
}
else
{
/* Do some other stuff */
}
?>

Play around with the '600' amount and the < sign if they are not to your liking.
 
0
•••
Thank you ;)

You're a life saver!
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy — Zero Commission
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back