I would like to know how I can get only the time of a TimeStamp like the following:
From here I suppose that if I only take the time I should be given 20:00 PM (I do not want seconds).
I have also read online that people prefer to use Joda Time on the tools that Java already offers on their jdk.
How could I extract that information?