Java util, util

Source: Internet
Author: User
Tags java util

Java util, util

 

Prettytime-3.2.3.Final.jar pack required

 

Code example

Package cn. java. prettytime; import java. util. date; import java. util. locale; import org. ocpsoft. prettytime. prettyTime;/*** time interval * @ author zhouzhian **/public class Test {public static void main (String [] args) {test1 (); test2 (); test3 (); test4 ();} public static void test1 () {// PrettyTime p = new PrettyTime (); PrettyTime p = new PrettyTime (Locale. CHINESE); System. out. println (p. format (new Date ();} public static void test2 () {PrettyTime p = new PrettyTime (Locale. CHINESE); Date mDate = new Date (); long milliseconds = mDate. getTime (); milliseconds = milliseconds-3600*1000; System. out. println (p. format (new Date (milliseconds);} public static void test3 () {PrettyTime p = new PrettyTime (Locale. CHINESE); Date mDate = new Date (); long milliseconds = mDate. getTime (); milliseconds = milliseconds-3600*24*1000; System. out. println (p. format (new Date (milliseconds);} public static void test4 () {PrettyTime p = new PrettyTime (Locale. CHINESE); Date mDate = new Date (); long milliseconds = mDate. getTime (); milliseconds = milliseconds + 3600*1000; System. out. println (p. format (new Date (milliseconds )));}}

Output result

Just one hour ago, one day ago, one hour later

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.