Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question 2 - Adding dates together and comparing

Status
Not open for further replies.

DigitalBuilder

Programmer
Apr 7, 2005
33
NZ
How to Add two dates together with PHP 7 Compare them [For scheduled scans.
 
PHP 7? The latest version of PHP I know about is PHP 5.


PHP has no function for direct comparison of dates. One thing to try is to use strtotime() to convert both dates into integers then compare the integers.

If you simply want to compare two dates for equivalence, just compare the two date strings. Assuming both date strings are formatted the same way.

You might also look at the PEAR Date class




Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top