I have a date range picker and I want to find out the name of months in between start date and end date.
for example lets say user selected start date 12-Nov-2014 and end date 13-Apr-2015 so what I want is having an array like below ['Nov 14', 'Dec 14', 'Jan 15', 'Feb 15', 'Mar 15', 'Apr 15']
How would be your approach to achieve this? PS: I have momentjs included in project so no problem if your solution is using momet