When I display the Date in a JTable, it is displayed as mm.dd.yyyy. although the date format in the database is dd.mm.yyyy.
How can I display the date in dd.mm.yyyy format like it is in the database?.
Printable View
When I display the Date in a JTable, it is displayed as mm.dd.yyyy. although the date format in the database is dd.mm.yyyy.
How can I display the date in dd.mm.yyyy format like it is in the database?.
http://java.sun.com/docs/books/tutor...nts/table.html
there are a few examples of how you can override the standard Table display model
"There are no facts, only interpretations."
-Friedrich Nietzsche