danielhanold / danielhanold.pickerwidget

Titanium widget that implements single column, date, and age-range pickers for iOS and Android
39 stars 13 forks source link

minDate on Android doesn't do anything #12

Open yozef opened 9 years ago

yozef commented 9 years ago

So on Android does not support Ti.UI.PICKER_TYPE_DATE_AND_TIME, therefore only Ti.UI.PICKER_TYPE_DATE can be used. However, the minDate is not taking effect.