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

10,998 Responses

  1. WilliamTeath表示:

    pharmacie en ligne: п»їpharmacie en ligne france – pharmacie en ligne avec ordonnance

  2. O melhor cassino para jogadores reais Fortune Tiger

  3. AntoniaSut表示:

    Farmacia online più conveniente: comprare farmaci online all’estero – migliori farmacie online 2024

  4. WilliamTeath表示:

    medikament ohne rezept notfall: apotheke online – online apotheke rezept

  5. VernonRib表示:

    https://eumedicamentenligne.com/# pharmacie en ligne france fiable

  6. Thanks for your article. I also believe laptop computers have become more and more popular these days, and now are often the only type of computer found in a household. This is due to the fact that at the same time actually becoming more and more cost-effective, their working power is growing to the point where they can be as robust as personal computers through just a few years ago.

  7. AntoniaSut表示:

    günstigste online apotheke: internet apotheke – shop apotheke gutschein

  8. RalphSnize表示:

    pharmacie en ligne pas cher: pharmacie en ligne avec ordonnance – pharmacie en ligne france fiable

  9. As I website possessor I believe the content material here is rattling magnificent , appreciate it for your efforts. You should keep it up forever! Good Luck.

  10. RalphSnize表示:

    farmacia online envГ­o gratis: farmacia online barata y fiable – farmacia barata

  11. Roberthep表示:

    trouver un mГ©dicament en pharmacie Pharmacie sans ordonnance pharmacie en ligne france livraison belgique

  12. AntoniaSut表示:

    online apotheke günstig: günstigste online apotheke – eu apotheke ohne rezept

  13. Donaldcoums表示:

    п»їshop apotheke gutschein: п»їshop apotheke gutschein – п»їshop apotheke gutschein

  14. Roberthep表示:

    pharmacies en ligne certifiГ©es Pharmacie sans ordonnance Pharmacie sans ordonnance

  15. Roberthep表示:

    farmacia online barata y fiable farmacia online envГ­o gratis farmacia online madrid

  16. I have read several good stuff here. Definitely worth bookmarking for revisiting. I wonder how much effort you put to make such a wonderful informative site.

  17. WilliamTeath表示:

    ohne rezept apotheke: online apotheke rezept – online apotheke deutschland

  18. AntoniaSut表示:

    pharmacie en ligne fiable: pharmacie en ligne sans ordonnance Рacheter m̩dicament en ligne sans ordonnance

  19. Bdpjbp表示:

    uti treatment colonel – uti antibiotics foreign treatment for uti motion

  20. WilliamTeath表示:

    internet apotheke: medikamente rezeptfrei – internet apotheke

  21. Um cassino em que voce pode confiar Fortune Tiger

  22. VernonRib表示:

    https://euapothekeohnerezept.com/# ohne rezept apotheke

  23. AntoniaSut表示:

    internet apotheke: shop apotheke gutschein – ohne rezept apotheke

  24. Hi, Neat post. There is a problem with your website in internet explorer, would test this? IE still is the market leader and a huge portion of people will miss your fantastic writing due to this problem.

  25. AntoniaSut表示:

    shop apotheke gutschein: medikamente rezeptfrei – online apotheke günstig

  26. Roberthep表示:

    farmacia online madrid farmacia online barcelona farmacias online seguras en espaГ±a

  27. Tnhall表示:

    prostatitis treatment plunge – pills for treat prostatitis steeple pills for treat prostatitis count

  28. Roberthep表示:

    online apotheke rezept online apotheke versandkostenfrei ohne rezept apotheke

  29. Hi my friend! I wish to say that this post is amazing, nice written and include almost all vital infos. I would like to see more posts like this.

發佈留言

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