How to select only month and year

I want to use a Date field, but when opening the calendar it only allows the month and year to be selected, without selecting the day, since in another Enum field the first fortnight and second fortnight are selected. Is there a way to do it?

0 1 44
1 REPLY 1

I think you cant.
May be you can make 2 tables with months and years.
Then make the user select only month and then only year.
After that concatenate all and generate the date yourself.

Top Labels in this Space