widget - How to display the date in string format on android Datepicker -



had date displayed 05-12-2015 mm-dd-yyyy format on textview.
there button beside textview on clicking displays datepicker current date 6th may.
want datepicker display 5th may rather current date.
can me in solving issue.

datepicker.init(2015, 12, 5, null); 

Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -