Does anyone know how to code a monthview control to produce the following values
("The "*" represents the monthly anniversary of the settlement date which in this case is the 19th,")
12/04/2005
* 19/04/2005
26/04/2005
10/05/2005
* 19/05/2005
24/05/2005
7/06/2005
* 19/06/2005
21/06/2005
5/07/2005
* 19/07/2005
2/08/2005
16/08/2005
* 19/08/2005
30/08/2005
13/09/2005
* 19/09/2005
27/09/2005
11/10/2005
* 19/10/2005
25/10/2005
8/11/2005
* 19/11/2005
22/11/2005
6/12/2005
* 19/12/2005
20/12/2005
3/01/2006
17/01/2006
* 19/01/2006
31/01/2006
14/02/2006
* 19/02/2006
28/02/2006
14/03/2006
* 19/03/2006
28/03/2006
11/04/2006
* 19/04/2006
25/04/2006
9/05/2006
* 19/05/2006
23/05/2006
6/06/2006
* 19/06/2006
20/06/2006
4/07/2006
18/07/2006
* 19/07/2006
1/08/2006
15/08/2006
* 19/08/2006
29/08/2006
12/09/2006
* 19/09/2006
26/09/2006
10/10/2006
* 19/10/2006
24/10/2006
7/11/2006
* 19/11/2006
21/11/2006
5/12/2006
* 19/12/2006
2/01/2007
16/01/2007
* 19/01/2007
30/01/2007
13/02/2007
* 19/02/2007
27/02/2007
13/03/2007
* 19/03/2007
27/03/2007
10/04/2007
* 19/04/2007
24/04/2007
8/05/2007
* 19/05/2007
22/05/2007
5/06/2007
* 19/06/2007
3/07/2007
17/07/2007
* 19/07/2007
31/07/2007
14/08/2007
* 19/08/2007
28/08/2007
11/09/2007
* 19/09/2007
25/09/2007
9/10/2007
* 19/10/2007
23/10/2007
6/11/2007
* 19/11/2007
20/11/2007
4/12/2007
18/12/2007
* 19/12/2007
1/01/2008
15/01/2008
* 19/01/2008
29/01/2008
12/02/2008
* 19/02/2008
26/02/2008
11/03/2008
* 19/03/2008
25/03/2008
8/04/2008
* 19/04/2008
It is adding 14 days(a fortnight) to the date but for each month it must show the 19th of that month and it must produce the result just like above(in chronological order)
so does anyone have any ideas
This is for my major work(a mortgage tracker), i have tried writing the code 5 times each time sepeately with out any luck plz help me out if u can...
("The "*" represents the monthly anniversary of the settlement date which in this case is the 19th,")
12/04/2005
* 19/04/2005
26/04/2005
10/05/2005
* 19/05/2005
24/05/2005
7/06/2005
* 19/06/2005
21/06/2005
5/07/2005
* 19/07/2005
2/08/2005
16/08/2005
* 19/08/2005
30/08/2005
13/09/2005
* 19/09/2005
27/09/2005
11/10/2005
* 19/10/2005
25/10/2005
8/11/2005
* 19/11/2005
22/11/2005
6/12/2005
* 19/12/2005
20/12/2005
3/01/2006
17/01/2006
* 19/01/2006
31/01/2006
14/02/2006
* 19/02/2006
28/02/2006
14/03/2006
* 19/03/2006
28/03/2006
11/04/2006
* 19/04/2006
25/04/2006
9/05/2006
* 19/05/2006
23/05/2006
6/06/2006
* 19/06/2006
20/06/2006
4/07/2006
18/07/2006
* 19/07/2006
1/08/2006
15/08/2006
* 19/08/2006
29/08/2006
12/09/2006
* 19/09/2006
26/09/2006
10/10/2006
* 19/10/2006
24/10/2006
7/11/2006
* 19/11/2006
21/11/2006
5/12/2006
* 19/12/2006
2/01/2007
16/01/2007
* 19/01/2007
30/01/2007
13/02/2007
* 19/02/2007
27/02/2007
13/03/2007
* 19/03/2007
27/03/2007
10/04/2007
* 19/04/2007
24/04/2007
8/05/2007
* 19/05/2007
22/05/2007
5/06/2007
* 19/06/2007
3/07/2007
17/07/2007
* 19/07/2007
31/07/2007
14/08/2007
* 19/08/2007
28/08/2007
11/09/2007
* 19/09/2007
25/09/2007
9/10/2007
* 19/10/2007
23/10/2007
6/11/2007
* 19/11/2007
20/11/2007
4/12/2007
18/12/2007
* 19/12/2007
1/01/2008
15/01/2008
* 19/01/2008
29/01/2008
12/02/2008
* 19/02/2008
26/02/2008
11/03/2008
* 19/03/2008
25/03/2008
8/04/2008
* 19/04/2008
It is adding 14 days(a fortnight) to the date but for each month it must show the 19th of that month and it must produce the result just like above(in chronological order)
so does anyone have any ideas
This is for my major work(a mortgage tracker), i have tried writing the code 5 times each time sepeately with out any luck plz help me out if u can...