How to create a custom dumper?

I want to create a custom datpick dialog that displays only the month and year. Can anyone advise me how to do this?

Monali Relations

+4
source share
1 answer

If you do not want to create / use a custom view, I would prefer to try to use reflection, as suggested below of this similar question . In addition, you will want to modify this example to apply the year field instead.

+1
source

Source: https://habr.com/ru/post/1385059/


All Articles