Skip to content

Latest commit

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

#Java timeago library

This is a Java port of the jquery-timeago plug-in. Please visit the jquery-timeago project page to read more about fuzzy timestamps.

##Building

The timeago project contains a Maven pom.xml file that builds a jar containing the TimeAgo class.

To build and run the included unit tests:

$ mvn clean install

##Usage

TimeAgotime = newTimeAgo();
longcurrent = System.currentTimeMillis();
Stringminutes = time.timeAgo(current - (15 * 60 * 1000));	// returns "15 minutes ago"Stringhours = time.timeUntil(current - (6 * 60 * 60 * 1000));	// returns "6 hours from now"

Maven

This library is available from Maven Central.

<dependency>
<groupId>com.github.kevinsawicki</groupId>
<artifactId>timeago</artifactId>
<version>1.0.1</version>
</dependency>

##Contribution

If you would like to contribute locale-specific properties files please fork this repository and open a pull request.

##Other

MIT License

About

Java timeago library

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages