Joda-Time:相当于 new DateFormatSymbols().getMonths()?
相当于 Joda-Time 中的以下方法
DateFormatSymbols #getMonths()
/**
* Gets month strings. For example: "January", "February", etc.
* @return the month strings.
*/
public String[] getMonths()
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Joda 实际上提供了一种访问此数据的方法:DateTimeUtils.getDateFormatSymbols()。我不相信乔达试图取代这种方法。
Joda actually provides a method to access this data:DateTimeUtils.getDateFormatSymbols() in Joda 2.0. I don't believe Joda is trying to replace that method.