Auf Thema antworten

Das klappt. Naja, finde ich etwas unschön, aber gut. Sieht bei mir nun so aus:


[code=Java]SimpleDateFormat parseFormat = new SimpleDateFormat("dd. MMM. yyyy", Locale.GERMAN);

Date date = parseFormat.parse(match.group(1).replace("är", "rz"));[/code]



Oben