Hello All,
I have a table contain CourseStartDate and CourseEndDate. The week will always begin on Monday and end on Sunday. If I have
CourseStartDate = 10/25/2010
CourseEndDate = 12/19/2010
How do I create the following data set
Week StartDate EndDate
1 10/25/2010 10/31/2010
2 11/01/2010 11/07/2010
3 11/08/2010 11/14/2010
4 11/15/2010 11/21/2010
5 11/22/2010 11/28/2010
6 11/29/2010 12/05/2010
7 12/06/2010 12/12/2010
8 12/13/2010 12/19/2010
Your help/input is greatly appreciated.
Thanks
I have a table contain CourseStartDate and CourseEndDate. The week will always begin on Monday and end on Sunday. If I have
CourseStartDate = 10/25/2010
CourseEndDate = 12/19/2010
How do I create the following data set
Week StartDate EndDate
1 10/25/2010 10/31/2010
2 11/01/2010 11/07/2010
3 11/08/2010 11/14/2010
4 11/15/2010 11/21/2010
5 11/22/2010 11/28/2010
6 11/29/2010 12/05/2010
7 12/06/2010 12/12/2010
8 12/13/2010 12/19/2010
Your help/input is greatly appreciated.
Thanks