Hi,

I want to display in  a table column the Date data in complete way. For
example if I have "Fri Mar 09 18:25:00 GMT +01:00:00 2001", in the table
using Date class to define this column  I have "09-mars-01" what is correct,
but I would like also to display the Time, something like this "09-mars-01
18:25:00".

I can have something like that if I use the SimpleDateFormat class but the
result is a string class  and not anymore a Date class.

Well, I don't want to change the class of the column, since I have the
option to sort the columns in the table.

suggestions?

Ruth 
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to