Formatdatum ohne Jahr

Wie kann eine Textdarstellung eines Datums erstellt werden, das Berücksichtigt das Gebietsschema und enthält nur Tag und Monat (kein Jahr)?

,

Folgender Code gibt mir so etwas wie 23/09/2010

DateFormat.getDateInstance(DateFormat.SHORT, Locale.getDefault()).format(date);

Ich möchte bekommen 23/09