florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 334 forks source link

February month not showing #197

Open Usama75 opened 5 years ago

Usama75 commented 5 years ago

Today date is 30/1/2019. florent37SingleDateAndTimePicker not showing February, showing March two times.

thereisonlywe commented 5 years ago

Having problem with the Arabic language. Crashing like this:

 java.lang.IndexOutOfBoundsException: Invalid index 30, size is 28
        at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
        at java.util.ArrayList.get(ArrayList.java:304)
        at com.github.florent37.singledateandtimepicker.widget.WheelPicker.setDefaultDate(WheelPicker.java:256)
        at com.github.florent37.singledateandtimepicker.SingleDateAndTimePicker.setDefaultDate(SingleDateAndTimePicker.java:469)