I got table with a timestamp field in my mysql db.
I would like to print in java just the hour and minutes in this format HH:MM .
How can I do that?
Printing the timestamp without any change would look like that:
2013-01-29 11:05:00
I tagged java since I would like to do that in java.
SimpleDateFormat is what you want