I have a list of Calendars/dates? I have to extract the month's dates from that list and add to new list? How can i do this in java?
use case: list1 contains dates from 20 jan to april 20. I have to separate the dates as jan 20-feb19, feb20-march19, march20-april20. How can i do this in java?