2
I have to make a code where I put a date and need to know what are the next 5 days. For example, today is day 18/01/2016 the next days are 19/01/2016, 20/01/2016, 21/01/2016, 22/01/2016 and 23/01/2016. I need to get the next 5 days of a certain date. How can I do this ?
Scroll through dates by printing a field for each
– rray