I want to get months between two dates with Name and Concatenate them as single Field.
Lets suppose i have Start Date = 2018-02-01 and End Date = 2018-04-01, Now i want to get the months between the dates and in concatinted string Like i want to get it as
Feb-18,Mar-18,Apr-18 for the above mentioned dates as a single Field.
Thanks