Alfredomulet
MIS
Hello everyone,
I need to show incremental dates based on the input from the users. The user first enters the date, and then the number of periods and the type of period (weekly, monthly, etc..). For example:
User input: Date = 05/09/2004 (spanish style DD/MM/YYYY), Number = 4, Period = Weekly.
The result should show:
05/09/2004
13/09/2004
20/09/2004
27/09/2004
I can't figure it our what number should I add in a loop to the initial date... Any ideas?
Thanks!
Alfredo
I need to show incremental dates based on the input from the users. The user first enters the date, and then the number of periods and the type of period (weekly, monthly, etc..). For example:
User input: Date = 05/09/2004 (spanish style DD/MM/YYYY), Number = 4, Period = Weekly.
The result should show:
05/09/2004
13/09/2004
20/09/2004
27/09/2004
I can't figure it our what number should I add in a loop to the initial date... Any ideas?
Thanks!
Alfredo