I want to Calculate the Number of Statements according to Bank statement Cycle.
The App should be work like this:
We ask the User to enter start and end date (The period for which Bankstatement is required) :-
Enter Start Date : 12/02/2006 (In mm/dd/yyyy format)
Enter End Date : 02/25/2007 (In mm/dd/yyyy format)
Bank statement Cycle Date : 01/02/2008 (In mm/dd/yyyy format)
Then our WEB APPLICATION should calculate number of statements according to bank statement cycle date. In this case, Statement for required period will be: (Ouptut should be like this only)
01/02/2007
02/02/2007
03/02/2007
So, Total number of statement will be three.
In this the whole period is covered Between start date and End date.
Please Help me in this Regard. If you can give me any advice regarding this, then plz advice me to build this App.


