Open Moonbloom opened 6 years ago
Oh, come on !!! How can you not make the MIN_YEAR_DIFF non final or something ... !!! I need it to reflect a birthday...so basically i need to limit my audience to the teens ... :))
It should set from out side as well, I am stuck to select birth day of user who is 30-35 years old. :(
No matter what combination of settings i use, the year picker will NEVER go below 1998 or above 2038.
I'm guessing this is because of the constants in 'SingleDateAndTimeConstants.java':
I've tried settings max/min/default date, and i also tried to use the Dialog builder, which has the same issue.
My XML:
My Java code:
I can debug it internally and see that minYears is actually set to 1900, but the UI does not reflect this.