Normal
Sollte funktionieren.[code=Java]DateFormat dateFormat = new SimpleDateFormat("hh:mm:ss");Time time1 = new Time(dateFormat.parse(txtnAbfahrt.getText()).getTime());[/code]
Sollte funktionieren.
[code=Java]
DateFormat dateFormat = new SimpleDateFormat("hh:mm:ss");
Time time1 = new Time(dateFormat.parse(txtnAbfahrt.getText()).getTime());
[/code]