I want to be able to check for expired dates (any date before current date is considered expired) and then display the next 12 non-expired dates starting w/ the current date.
For example:
dates
------------
jan, 23 1996
Mar, 05 1996
Apr, 23 1996
jan, 23 2000
Mar, 05 2000
Sep, 20 2000 ---current date
Sep, 22 2000
Oct, 05 2000
Oct, 23 2000
Oct, 30 2000
Nov, 20 2000
Nov, 23 2000
jan, 23 2001
Mar, 05 2001
Apr, 23 2001
Aug, 23 2002
Mar, 05 2002 --12th date
Apr, 23 2002
jan, 23 2002
Mar, 05 2002
Apr, 23 2003
Aug, 23 2003
Thank you!
[sig][/sig]