如何替换这个已弃用的方法调用?

hel*_*hod 9 gwt deprecated

我正在浏览GWT教程,输入此行后,我的IDE抱怨DateTimeFormat.getMediumDateTimeFormat()不推荐调用:

lastUpdatedLabel.setText("Last update:"+ DateTimeFormat.getMediumDateTimeFormat().format(new Date()));

我该如何更换电话?

Kev*_*ent 9

根据此文档,您需要使用getFormat(DateTimeFormat.PredefinedFormat.DATE_MEDIUM)