101Loop / DatePickerTimeline

Android Date Picker Library that provides a calendar as a horizontal timeline
Apache License 2.0
123 stars 37 forks source link

Why are you using index in place of actual month number #8

Closed DAKSHSEMWAL closed 5 years ago

DAKSHSEMWAL commented 5 years ago

Why are you using index in place of actual month number

iamvivekkaushik commented 5 years ago

This library uses android calendar API which starts from 0 to 11 and not from 1 to 12, so to keep things consistent I am using the same convention.