rey5137 / material

A library to bring fully animated Material Design components to pre-Lolipop Android.
http://rey5137.com/material/
Apache License 2.0
6k stars 1.32k forks source link

Month/Year DatePickerDialog #175

Open MedoElkamaly opened 9 years ago

MedoElkamaly commented 9 years ago

Is there is a way to make DatePickerDialog to select only month and year?

FirzenYogesh commented 9 years ago

i think you can format the result of the date picker dialog using eg: "new SimpleDateFormat("yy/mm")"

MedoElkamaly commented 9 years ago

I don't mean the format, i'm just wondering if there a design to select month and year only?

amorenew commented 9 years ago

our team make it and support arabic too https://github.com/amorenew/material in this class DatePickerDialogNoDay @MedoElkamaly @rey5137