Approach to convert from org.joda.time.DateTime to java.util.Calendar

后端 未结 3 1436
攒了一身酷
攒了一身酷 2021-01-01 12:08

Anyone done this and can share? I see an option or two but want to know what others have accomplished.

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 12:53

    You can also call AbstractInstant#toDate

    http://joda-time.sourceforge.net/api-release/org/joda/time/base/AbstractInstant.html#toDate()

提交回复
热议问题