How do I formate a java.sql Timestamp to my liking ? ( to a string, for display purposes)
Use a DateFormat. In an internationalized application, use the format provide by getInstance. If you want to explicitly control the format, create a new SimpleDateFormat yourself.