florent37 / SingleDateAndTimePicker

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

Set month format programatically #278

Open Pjnous opened 4 years ago

Pjnous commented 4 years ago

Hello,

Would it be possible to set month format for WheelMonthPicker programatically ? Currently there is hardcoded MMMM value

final SimpleDateFormat month_date = new SimpleDateFormat("MMMM", getCurrentLocale());

Thank you, with best regards Pavel Tupec

Pjnous commented 4 years ago

I have created PR https://github.com/florent37/SingleDateAndTimePicker/pull/279