Is there something like TimeSpan in android development?

后端 未结 6 505
盖世英雄少女心
盖世英雄少女心 2021-01-12 05:29

I need to know if there is something like a timespan in android development?

in C# there is something like and I like to use it in two ways:

  1. generate a
6条回答
  •  南笙
    南笙 (楼主)
    2021-01-12 06:01

    Dates in Java are awkward. Have a look at https://github.com/dlew/joda-time-android

提交回复
热议问题