`
zjx2388
  • 浏览: 1306549 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

GWT 中日期格式化 ,处理Date

 
阅读更多

 

1. 继承模块

在XX.gwt.xml中引入:

 

    <inherits name="com.google.gwt.i18n.I18N"/>  

 

2. 在代码中使用:

import com.google.gwt.i18n.client.DateTimeFormat;   

 

 

 

 

 

在client 中使用SimpleDateFormat经常出现这个错误:

No source code is available for type java.text.SimpleDateFormat; did you forget to inherit a required module?

 

解决办法在上面。

DateTimeFormat format = DateTimeFormat.getFormat("yyyy-MM-dd");  

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics