I'm doing a time tracking application and I want to be able to display all dates 14 days prior to a particular pay_end_date.
Only the pay_end_date would be in a database table. So if the pay_end_date is 09/16/2006, I want to show:
09/03/2006
09/04/2006
...
09/16/2006
I'm sure there is a way to do this. Thanks...
Only the pay_end_date would be in a database table. So if the pay_end_date is 09/16/2006, I want to show:
09/03/2006
09/04/2006
...
09/16/2006
I'm sure there is a way to do this. Thanks...