nehakadam / AnyPicker

jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
https://nehakadam.github.io/AnyPicker/
MIT License
116 stars 37 forks source link

dateformat with 'MM' labels from 02-13 #8

Closed czl032405 closed 8 years ago

czl032405 commented 8 years ago

in anypicker.js about line 3380

for(iTempIndex = iStartValue; iTempIndex <= iEndValue; iTempIndex++)    

    {  

        oArrData.push(

            {

                val: (iTempIndex - 1),

                label: apo.getNumberStringInFormat(iTempIndex, iChars, true)

            });

        }

if want 01-12 ,codes may like below? label: apo.getNumberStringInFormat(iTempIndex-1, iChars, true)

nehakadam commented 8 years ago

Thank you for reporting a bug. Please try a new version of AnyPicker.