I'm working on ASP with MVC 4, and I create a list of dates from the data entered by the user. For example, the user enters the day of the month in which a certain occurrence will be made. It also inserts the start date where it will start and the end date to generate the dates. For example:
The user enters Day% with% start date to 19
and end date to 05/02/2014
In the controller I have to generate a list of dates of type:
02/19/2014
03/19/2014
04/19/2014