I want to set a list or map which ever is preferable,
I'll get a month and a year as input,for example
consider input is
Feb-2015
then a list or map must contain months and year for next 12 months.
Like
feb-2015
march-2015
apr-2015
may-215....
till
feb-2016
How to set a map or list in the above mentioned manner?
Try out
SimpleDateFormat
andCalendar
:Code on My YouTube Channel