Dateformat a column in JTable

Hello, I'm trying to figure out how to apply a DateFormat to a column in my JTable.

I created a new DefaultTableModel and applied it to my JTable. How would I DateFormat the data in Column0?

I've done some reading and all I've been able to do so far is confuse myself. Any help would be greatly appreciated.

[329 byte] By [Jensenryaa] at [2007-11-27 8:47:56]
# 1
My simple example here shows how to display a formatted date: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=637504
camickra at 2007-7-12 20:53:58 > top of Java-index,Desktop,Core GUI APIs...
# 2
Thank you for your help. :-D
Jensenryaa at 2007-7-12 20:53:58 > top of Java-index,Desktop,Core GUI APIs...