I have a report that is written in java. When the user clicks on the report button another form appears with a jdatechooser. The report is a weekly report so it runs Monday through Sunday to go along with the payperiod. Now the report works fine however, if the user selects a date that is not on a Monday it shifts the report. I was wondering if I could have a combobox with selected weeks as the selection options. So the selection would say, Monday, July 18 - Sunday, July 24. I would also like to be able to restrict the date selection to only 2 weeks ahead of present time. If anyone could help me it would be much appreciated.
Thanks