Java 各種時間上的操作範例

分享一些在專案中用到JAVA與日期相關的操作,包括:

  • 取得目前的年、月、日
  • 判斷兩個日期的大小
  • 計算兩個日期的差距
  • 取得昨天的日期
  • 取得上個月的開始與結束日
package CDIT.stanley;

import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.Calendar;

public class dateOperation {
	
	public static int differentDays(Date date1,Date date2){
        Calendar cal1 = Calendar.getInstance();
        cal1.setTime(date1);
        
        Calendar cal2 = Calendar.getInstance();
        cal2.setTime(date2);
        int day1= cal1.get(Calendar.DAY_OF_YEAR);
        int day2 = cal2.get(Calendar.DAY_OF_YEAR);
        
        int year1 = cal1.get(Calendar.YEAR);
        int year2 = cal2.get(Calendar.YEAR);
        if(year1 != year2){
            int timeDistance = 0 ;
            for(int i = year1 ; i < year2 ; i ++){
                if(i%4==0 && i%100!=0 || i%400==0){
                    timeDistance += 366;
                }
                else{
                    timeDistance += 365;
                }
            }
            return timeDistance + (day2-day1) ;
        }
        else{
            return day2-day1;
        }
    }
	
	public static Date getFirstMonthDay(Calendar calendar) {
		calendar.set(Calendar.DATE, calendar.getActualMinimum(Calendar.DATE));
		return calendar.getTime();
	}

	public static Date getLastMonthDay(Calendar calendar) {
		calendar.set(Calendar.DATE, calendar.getActualMaximum(Calendar.DATE));
		return calendar.getTime();
	}
	
    public static void main(String[] args) throws ParseException {
    	
    	//取得目前的年、月、日
		Calendar calendar = Calendar.getInstance();	
		System.out.println("今天是" + calendar.get(Calendar.YEAR) + "年" + (calendar.get(Calendar.MONTH) + 1) + "月" + calendar.get(Calendar.DAY_OF_MONTH) + "日");
		System.out.println("==================================================");
    	//輸出:今天是2017年8月24日
		
		//判斷兩個日期的大小
    	SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd", Locale.TAIWAN);
    	Date date1 = sdf.parse("2017-08-23");
    	Date date2 = sdf.parse("2016-09-22");
		System.out.println("Date1 < Date2 : " + date1.before(date2));
		System.out.println("Date1 > Date2 : " + date1.after(date2));
		System.out.println("==================================================");
		//輸出:Date1 < Date2 : false、Date1 > Date2 : true
		
		//計算兩個日期的差距
		System.out.println("Date1 & Date2 差距 : " + differentDays(date1 , date2) + "天");
		System.out.println("==================================================");
		//輸出:Date1 & Date2 差距 : 31天
		
		//取得昨天的日期
		calendar = Calendar.getInstance();
		calendar.add(Calendar.DATE, -1);
		String  yestedayDate = sdf.format(calendar.getTime());
		System.out.println("昨天是" + yestedayDate);
		System.out.println("==================================================");
		//輸出:昨天是2017-08-23
		
		//取得上個月的開始與結束日
		calendar = Calendar.getInstance();
		calendar.add(Calendar.MONTH,-1);
		String monthDayFirst = sdf.format(getFirstMonthDay(calendar));
		String monthDayLast = sdf.format(getLastMonthDay(calendar));
		System.out.println("上個月的第一天是" + monthDayFirst);
		System.out.println("上個月的最後一天是" + monthDayLast);
		System.out.println("==================================================");
		//輸出:上個月的第一天是2017-07-01、上個月的最後一天是2017-07-31
    }
}

You may also like...

35,101 Responses

  1. Ronaldbet表示:

    olympe casino cresus olympe casino en ligne

  2. Gregoryron表示:

    casino olympe: olympe casino cresus – olympe casino cresus

  3. I?ll immediately clutch your rss feed as I can’t to find your e-mail subscription link or newsletter service. Do you have any? Please allow me understand in order that I may just subscribe. Thanks.

  4. VictorVal表示:

    olympe casino: olympe – olympe

  5. Thank you for the sensible critique. Me & my neighbor were just preparing to do some research about this. We got a grab a book from our local library but I think I learned more clear from this post. I am very glad to see such magnificent info being shared freely out there.

  6. Valuable information. Fortunate me I found your web site accidentally, and I am stunned why this coincidence did not happened in advance! I bookmarked it.

  7. VictorVal表示:

    olympe: olympe casino – olympe

  8. Hey this is kind of of off topic but I was wondering if blogs use WYSIWYG editors or if you have to manually code with HTML. I’m starting a blog soon but have no coding know-how so I wanted to get advice from someone with experience. Any help would be greatly appreciated!

  9. Gregoryron表示:

    casino olympe: olympe casino cresus – olympe

  10. Gregoryron表示:

    olympe casino: olympe – olympe casino en ligne

  11. Ronaldbet表示:

    olympe olympe casino en ligne

  12. Thanks for every other informative website. The place else could I am getting that type of information written in such a perfect approach? I have a undertaking that I am simply now operating on, and I’ve been at the look out for such info.

  13. VictorVal表示:

    olympe casino cresus: olympe casino en ligne – olympe casino cresus

  14. Wow! This can be one particular of the most useful blogs We’ve ever arrive across on this subject. Actually Excellent. I am also an expert in this topic therefore I can understand your hard work.

  15. Thanks for another fantastic post. Where else could anyone get that type of info in such a perfect way of writing? I have a presentation next week, and I am on the look for such information.

  16. I think other site proprietors should take this website as an model, very clean and excellent user friendly style and design, as well as the content. You’re an expert in this topic!

  17. VictorVal表示:

    olympe casino en ligne: olympe casino avis – casino olympe

  18. Williamwhogs表示:

    olympe casino: olympe casino – olympe casino cresus

  19. Gregoryron表示:

    casino olympe: olympe casino en ligne – olympe casino

  20. I really like your blog.. very nice colors & theme. Did you make this website yourself or did you hire someone to do it for you? Plz answer back as I’m looking to create my own blog and would like to find out where u got this from. thank you

  21. Gregoryron表示:

    olympe casino en ligne: olympe – olympe casino avis

  22. Attractive section of content. I just stumbled upon your website and in accession capital to assert that I acquire in fact enjoyed account your blog posts. Any way I will be subscribing to your augment and even I achievement you access consistently rapidly.

  23. VictorVal表示:

    olympe casino en ligne: olympe – olympe casino en ligne

  24. I am extremely impressed together with your writing abilities and also with the structure to your weblog. Is that this a paid subject or did you modify it your self? Anyway stay up the nice quality writing, it is uncommon to see a great weblog like this one today..

  25. porn表示:

    Nice post. I learn one thing more difficult on different blogs everyday. It can all the time be stimulating to learn content material from different writers and observe somewhat something from their store. I?d choose to make use of some with the content material on my weblog whether you don?t mind. Natually I?ll give you a hyperlink in your internet blog. Thanks for sharing.

  26. Hi there just wanted to give you a quick heads up. The words in your article seem to be running off the screen in Internet explorer. I’m not sure if this is a formatting issue or something to do with web browser compatibility but I thought I’d post to let you know. The design look great though! Hope you get the issue fixed soon. Kudos

  27. Holy cow! I’m in awe of the author’s writing skills and talent to convey intricate concepts in a straightforward and clear manner. This article is a real treasure that earns all the praise it can get. Thank you so much, author, for offering your expertise and giving us with such a priceless resource. I’m truly grateful!

  28. VictorVal表示:

    olympe casino avis: olympe casino avis – olympe casino

  29. Williamwhogs表示:

    olympe casino cresus: olympe casino – olympe casino

發佈回覆給「Gregoryron」的留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。