When the method gets called the day and year params are fine but month is always 1 less than what I chose. e.g., I choose August and get 7 in onDateSet for the month parameter...
Currently I solved it with a simple and ugly month++;, but I was wondering if this is a bug or am I missing something here...?
When the method gets called the day and year params are fine but month is always 1 less than what I chose. e.g., I choose August and get 7 in onDateSet for the month parameter...
Currently I solved it with a simple and ugly month++;, but I was wondering if this is a bug or am I missing something here...?