Commit Graph

11 Commits

Author SHA1 Message Date
Eric Lippmann f9021e8fdd Add $requireTime to timeAgo() and timeSince() too 2019-07-15 10:11:52 +02:00
Eric Lippmann 1351be7da8 Add param to timeUntil() to require time output
If the time specified in timeUntil() is at least 3 days in the future,
the output will only contain the month and the day. With $requireTime it
will also ouput the time. This is useful for some views, e.g.
scheduled downtimes.
2019-07-11 13:07:17 +02:00
Alexander A. Klimov 474803fee4 Change all license headers to only reflect a file's year of creation
refs 
2016-02-08 15:41:00 +01:00
Eric Lippmann edd386e14b lib: Add DateFormatter::formatDuration()
refs 
2015-05-22 09:49:06 +02:00
Eric Lippmann dd298edb81 lib: Only invert relative partial times if necessary
refs 
2015-05-22 09:33:51 +02:00
Eric Lippmann 970d4d7a4a Fix that time-until doesn't show negative partial time in the dashboard
refs 
2015-05-21 10:19:07 +02:00
Eric Lippmann 14b24ff57d Use international standard date and time notation ...
... instead of depending on the locale.
We hardcode date and time formats all over the place anyway.

refs 
2015-05-19 13:26:46 +02:00
Eric Lippmann f028c74a5e Improve parameter names for the date formatting functions
refs 
2015-05-19 11:25:54 +02:00
Eric Lippmann bf8c4f1e9d Replace DateFormatter format constants w/ format functions
refs 
2015-05-19 09:55:21 +02:00
Eric Lippmann ae1962af27 Let DateFormatter format dates like Format::smartTimeDiff()
Date diffs which are bigger than 3 days are now displayed w/o time again.

refs 
2015-04-15 15:26:25 +02:00
Eric Lippmann f2e5066430 lib: Add DateFormatter for ICU date formatting
The DateFormatter class is supposed to handle locale-dependent date, time, and time diff (ago, since, until) formatting.

refs 
2015-04-10 09:44:38 +02:00