I receive the following date/time format through api call:
"AcceptedDate": "2020-09-28T11:47:37.217",
"Pickup1ArrivedDate": "2020-10-06T17:28:12.6",
"Pickup1LoadedDate": "2020-10-06T17:57:54.84",
"Pickup1DepartedDate": "2020-10-06T18:18:59.927"
Is there anyway to show the time in the format"11:47" after saving the response in java/android studio. Any help is appreciated. Thanks :-)