i got problem to convert String time to Time object because it print together with Date. this is my code.
String time = \"15:30:18\"; DateFormat sdf = ne
This works as well
String t = "00:00:00" Time.valueOf(t);