Hi,

Another newbie question from me.

I have a table that has a date column in it and I am trying to format the
date to also display the time.  It seems to just default to showing ie.
11/14/07.

I can't see how to add any of the date converter or formatting of dates to
the table I am using below.  The callReceived is a date object.


List columns = new ArrayList();

columns.add( new PropertyColumn( new Model( "Call Received" ),
"callReceived",      "callReceived" ) );
.
.
.
add( new DefaultDataTable( "troubleCallTable", columns, _dataProvider,
25 ) );

Thanks for all your previous replies as well.. they have been very helpful.

Karen.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to