I am getting date in this format from API 2019-01-22T04:38:22Z
, which I want it to be separated in date and time with following format 31/01/2019
and 23:59
.
I am new to Java so not able to figure it out how and which class or method I should use to make it. I know little bit bout SimpleDateFormat
Any suggestion or idea would be appreciated.