首先要继承模块
<inherits name="com.google.gwt.i18n.I18N"/>
然后
import com.google.gwt.i18n.client.DateTimeFormat;
DateTimeFormat format = DateTimeFormat.getFormat("yyyy-MM-dd");
首先要继承模块
<inherits name="com.google.gwt.i18n.I18N"/>
然后
import com.google.gwt.i18n.client.DateTimeFormat;
DateTimeFormat format = DateTimeFormat.getFormat("yyyy-MM-dd");