
06-12-2006, 08:26 PM
|
 | Senior Member | | | Join Date: Jan 2006 Location: Dublin, Ireland
Posts: 2,048
Nominated 5 Times in 3 Posts  TOTW/F/M Award(s): 1 | |
php compare date Something very weird happens when trying to compare date from database to date("d/m/Y")
if I have
01/11/2006 <= 06/12/2006 it works grand but if I have in the database
29/11/2006 <= 06/12/2006 it doesn't
I tried strtotime conversion but the same thing happens. |