summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/icu/DateIntervalFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in formatting intervals at month boundaries.Travis Keep2015-05-121-1/+1
* Ensure consistency of capitalization in RelativeDateTimeFormatterNeil Fuller2015-04-221-150/+8
* Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-161-48/+39
* Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-141-19/+31
* Use ICU for relative time formattingTao Bao2015-02-111-1/+11
* Fix a faulty Julian day computation.Elliott Hughes2014-06-261-2/+6
* icu4c DateIntervalFormat objects are expensive enough that we need to cache t...Elliott Hughes2013-09-111-3/+30
* Fix formatDateRange's decisions about when to show a year.Elliott Hughes2013-09-061-13/+34
* Fix formatDateRange's handling of all-day events.Elliott Hughes2013-09-051-5/+32
* Don't abbreviate 24-hour times.Elliott Hughes2013-09-031-2/+12
* Fix DateIntervalFormat to take time zone into account.Elliott Hughes2013-07-311-2/+2
* Add an icu4c-based DateIntervalFormat.Elliott Hughes2013-07-241-0/+150