flavienlaurent / datetimepicker

DateTimePicker is a library which contains the beautiful DatePicker that can be seen in the new Google Agenda app.
1.83k stars 578 forks source link

Shorthands for month on DatePickerDialog #95

Open mareebsiddiqui opened 9 years ago

mareebsiddiqui commented 9 years ago

According to the Android Style Guide the date picker dialog does not show the name of the full months instead it just shows the three letter month like JUN for JUNE and FEB for FEBRUARY. This library shows all the letters of the month. Is there any way to make it only show the three letters and not the whole word?

ugonna commented 9 years ago

@mareebsiddiqui, if you're interested in this, you could take a look at PR https://github.com/flavienlaurent/datetimepicker/pull/81, where what you described has been implemented to meet the guidelines. The branch is here: https://github.com/Ugonna/datetimepicker/tree/ui-material.

Until the PR is accepted or the features otherwise implemented, I think that might be a good alternative for what you need.