david-serrano / prettytime

Social Style Date and Time Formatting for Java

Home Page:http://ocpsoft.org/prettytime/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prettytime

Badge

Social Style Date and Time Formatting for Java

Learn more at http://ocpsoft.org/prettytime/

Android

To use prettytime in android, first add the following dependency to your app level build.gradle

compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'

When using Android with ProGuard, you must add the following to your ProGuard configuration script:

-keep class org.ocpsoft.prettytime.i18n.**

DEVELOPMENT

force-release: mvn release:prepare release:perform -DskipTests=true -DdevelopmentVersion=4.0.2-SNAPSHOT -DreleaseVersion=4.0.1.Final -Dtag=4.0.1.Final -Darguments="-DskipTests=true -Dmaven.test.skip=true"

About

Social Style Date and Time Formatting for Java

http://ocpsoft.org/prettytime/

License:Apache License 2.0


Languages

Language:Java 100.0%