show month list

0
hi.. we need a months buttons like jan. feb. and on the click this button and show a month list day and date on a page. any idea guys, please share me.
asked
1 answers
0

Probably the easiest way to do this is to create an enumeration with all the months in them and then have an entity with that enumeration as an attribute and do something based on the selected month. But it depends a lot on your business case (which I don't completely get)

answered