We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2ec34 commit 448d76bCopy full SHA for 448d76b
README.md
@@ -13,7 +13,7 @@ Usage
13
=====
14
TimeAgo time = new TimeAgo();
15
String minutes = time.timeAgo(System.currentTimeMillis() - (15*60*1000)); // returns "15 minutes ago"
16
- String hours = time.timeUntil(System.currentTimeMillis() - (6*60*60*1000)); // returns "6 hours ago"
+ String hours = time.timeUntil(System.currentTimeMillis() - (6*60*60*1000)); // returns "6 hours ago"
17
Contribution
18
19
If you would like to contribute locale-specific properties files please fork this repository and open a pull request.
0 commit comments