Possible Duplicate:
Android get current time and date
From this Format date without year I know how to get rid of year.
But I also want to formate month and day. if user set 09/24/2012, it displays 09/24; if user set 24/09/2012, it displays 24/09.
And I also wanna support l18n.
Maybe the solution is combine DateFormat and DateUtils, but I don't know how to do it.