使用数据源格式化smartGwt中的时间

时间:2017-01-24 08:32:24

标签: gwt smartgwt

我正在使用 smartGwt6 和TimeItem

TimeItem callExpectedAt  = new TimeItem("callExpectedAt", "Expected At");
callExpectedAt.setWidth("*");
callExpectedAt.setVisible(Boolean.FALSE);
callExpectedAt.setTimeFormatter(TimeDisplayFormat.TOSHORT24HOURTIME);

格式在UI中正确显示

但是当我通过我的RestDataSource提交表单时,值将为

callExpectedAt  04:04:00.000

秒和毫秒

我需要将其格式化为 HH:mm 格式。

0 个答案:

没有答案