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...

3,733 Responses

  1. Artinly表示:

    Although more than 45 million men have taken Cialis, according to Lilly, the drug is not without risks Like similar treatments, it should not be taken with some heart medications because it could cause an unsafe drop in blood pressure how much does cialis cost Very happy with the outcome and the medication

  2. Genniepisn表示:

    random gay cam chat
    best gay chat site 2017
    gay lesbian chat

  3. Encarve表示:

    CIALIS For Once Daily Use For ED buy cialis online without a prescription , Goldstein, I

  4. Artinly表示:

    Because Cialis is prescribed at a reduced dosage for daily use, it can take several days before it reaches its peak concentration in your bloodstream viagra and cialis online Buying generic Viagra online at a USA pharmacy may be the solution you seek

  5. Hi! This post couldn’t be written any better! Reading through this post reminds me of my
    previous room mate! He always kept talking about this.

    I will forward this page to him. Pretty sure he
    will have a good read. Many thanks for sharing!

  6. Trudepisn表示:

    best online casinos for usa players
    top casino site
    casino games that pay real money

  7. Karrypisn表示:

    dating web site
    a free dating site
    40 online dating

  8. Emaliapisn表示:

    free chat and dating online
    worldwide internet dating
    sites adult

  9. Kyrstinpisn表示:

    gay french dating
    gay dating sim
    free gay dating sites grindr

  10. Chelsaepisn表示:

    free dating apps
    lets-casual-dating
    meet and fuck

  11. Jeraleepisn表示:

    gay blatino dating
    superchub gay dating
    #ИМЯ?

  12. AABAKAWLBIXew表示:

    [url=https://accutaneon.com/]isotretinoin 10 mg ca[/url]

  13. Davinapisn表示:

    free date site
    asian online dating
    indian dating

  14. Gladipisn表示:

    san diego speed dating gay
    dating gay macho
    gay on line dating

  15. Kaitlynnpisn表示:

    personals women
    local dating sites absolutely free
    top online meeting sites

  16. Berthepisn表示:

    online dating sites free chatting
    lesbian dating apps
    free personals site

  17. Joannpisn表示:

    dating services melbourne
    zoosk login
    dating women online

  18. Kyrstinpisn表示:

    gay for straight men dating
    gay teen dating an older partner
    palm springs ca mature gay bisexuak dating

  19. Joannpisn表示:

    single senior dating site online
    free dating websites
    mature dating

  1. 2022-08-25
  2. 2022-08-25
  3. 2022-08-25
  4. 2022-08-25
  5. 2022-08-25

    best dating online website https://freeadultdatingpasses.com/

  6. 2022-08-25
  7. 2022-08-25

    matchmaking services melbourne https://zonlinedating.com/

  8. 2022-08-30

    foxwoods casino online https://onlinecasinos4me.com/

  9. 2022-08-30

    best online casino us https://online2casino.com/

  10. 2022-08-31

    vegas casino online no deposit bonus codes 2021 https://casinosonlinex.com/

發佈留言

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