So basically, I need a dropdown to be generated with date ranges for the list of weeks between two years. So, for example, if the years are 2012 and 2014, it'll generate a list of weeks such as:
1/1/12-1/7/12
1/8/12-1/14/12
etc.
Going on until the last week of 2014. If there's not enough to generate a week there, it'll simply go until 12/31/14. This is to be used to generate weekly reports via MySQL, but the back-end is already written. I just need to build the interface.
Now, before you ask, I'm not using JQuery. So JQuery solutions are appreciated, but not useful. Sorry!