How to increment(loop) the date field from datepicker

Screenshot%20(4)

Which DatePicker is this? You need to see the Selector for this. You want to get the current date or just click the current/next date

@PrankurJoshi
Hi, This is a Datepicker from a desktop app. I need to iterate the dates one by one(for example it is starting from 07/01/2018(mm/dd/yyyy) to 08/15/2018) . and store each date value in a variable.

If you only need the date value you can save the dates in an excel sheet and retrieve from there or you can have the Date from DateTime class and add or minus number of day from the same to perform you operations