You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the function getActualMaximum() should return a value appropriate to the current date, so that for example getActualMaximum(Calendar.DAY_OF_MONTH) should return the maximum day number in the current month for the current date. Currently this always returns 31 which is incorrect.
The text was updated successfully, but these errors were encountered:
Thank you for your contribution. It's a long time that I didn't use this library in my projects so I couldn't spend time to fix its problems. Let's see if I could manage to take a look this time 🤞
I believe the function
getActualMaximum()
should return a value appropriate to the current date, so that for examplegetActualMaximum(Calendar.DAY_OF_MONTH)
should return the maximum day number in the current month for the current date. Currently this always returns31
which is incorrect.The text was updated successfully, but these errors were encountered: