I\'m using a basic DatePicker and I\'m trying to figure out how to hide the Year field on the DatePickerDialog so that only the Month and Day are visible. I don\'t mind that
Recently managed to hide the year part of the dialog by setting the datepicker width too small.
Let me know if this works, obviously, there is an accessible year in the binding but you can just not pick that up when calculating the date.