pick Month and year only from calender

Hi there,

I'm developing a form in which there is  need to pick month and year only from calendar date is not required. how to develop this feature?

0 1 331
1 REPLY 1

1. One approach is you could add two enums - one for entering months and the other for years. Then in the third column in the table you could convert it suitably in a date format as required. Most apps having user entered dates have this approach of three different dropdowns as well, one each for date, month and year.

2.  Another not so elegant approach from user point of view is to ask user to simply select month and year from the date picker widget, simply ignoring the date and then extract the month and year from the user entered date.

 

Top Labels in this Space