beyondflash
Programmer
I have a date comming from mysql yyyy-mm-dd I need to be able to distinguish if this date is over 1 year old.
The date is also in an array:
$mydate[$i] = yyyy-mm-dd;
I need a function that will return a true or false if each date in the array is a year old.
Thaks,
Mike
The date is also in an array:
$mydate[$i] = yyyy-mm-dd;
I need a function that will return a true or false if each date in the array is a year old.
Thaks,
Mike