keyrunHORNET / date_picker_converter

Nepali Date Picker with Date conversion from BS to AD and vice-versa
Apache License 2.0
36 stars 23 forks source link

Always Opening Date picker dialog with current date selected only #9

Closed shubhamfzd closed 5 years ago

shubhamfzd commented 5 years ago

I am trying to create a date picker dialog with a default selected date but the following code is opening the calendar always with current date selected.

DatePickerDialog dialog = DatePickerDialog.newInstance(listener, 2077, 4, 15); 
dialog.show();

I have tried passing Model as well but still same issue.

keyrunHORNET commented 5 years ago

Will look into it

keyrunHORNET commented 5 years ago

this issue has been fixed in new version 2.1

Thanks for pointing out the issue