Hi All,
I have a DateTime string "yyyy-MM-dd HH:mm:ss" which is a Mysql formatted date.
I am trying unsuccessfully to change it to "dd/MM/yyyy" and "HH:mm:ss".
All my efforts give me an error:
Error: (ParseException) java.text.ParseException: Unparseable date: "2016-12-20 07:33:45.0"
Does anyone know a conversion routine without pulling the string apart bit by bit and reassembling?
Thanks
I have a DateTime string "yyyy-MM-dd HH:mm:ss" which is a Mysql formatted date.
I am trying unsuccessfully to change it to "dd/MM/yyyy" and "HH:mm:ss".
All my efforts give me an error:
Error: (ParseException) java.text.ParseException: Unparseable date: "2016-12-20 07:33:45.0"
Does anyone know a conversion routine without pulling the string apart bit by bit and reassembling?
Thanks