I have a datetime stamp from the server in the form of 2017-12-27 03:31:31.243 and would like to extract the time part for display as say 3:31 am. The actual date aspect is irrelevant for my current requirements.
I realize that the Date class has been deprecated and I know how to format the date into human readable form but have not been able to figure out extracting only the time.
Any insight is appreciated.