I'm trying to do a check on a date, to see if it's after the current date, so basically i'm doing an
if(date("d-m-y")>"15-12-01") { do something } I know that's obviously not the right way to do it, but can someone help me out?
I'm trying to do a check on a date, to see if it's after the current date, so basically i'm doing an
if(date("d-m-y")>"15-12-01") { do something } I know that's obviously not the right way to do it, but can someone help me out?