No time is shown in Column<Date>

14 views
Skip to first unread message

tong123123

unread,
Feb 20, 2012, 6:05:12 AM2/20/12
to Google Web Toolkit
DateCell dateCell = new DateCell();
Column<Log, Date> dateColumn = new Column<Log, Date>(dateCell){
public Date getValue(Log log){
return log.getLog_dtm();
}
};

the return type is java.util.Date, but when output is UI, only date
portion is shown, what is the reason?

Jens

unread,
Feb 20, 2012, 6:27:24 AM2/20/12
to google-we...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages