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

27,768 Responses

  1. WilsonVah表示:

    pharmacie en ligne fiable: pharmacie en ligne – pharmacie en ligne france livraison belgique

  2. NorbertKep表示:

    п»їpharmacie en ligne france: Pharmacies en ligne certifiees – pharmacie en ligne fiable

  3. Ruling from 1700 to 1027 B.C., the people of the Shang dynasty were especially famous for their contributions to astronomy and math, as well as army technology.C.

  4. Perryzoozy表示:

    pharmacie en ligne pas cher cialis sans ordonnance pharmacie en ligne france fiable

  5. Richardprurf表示:

    https://kamagrameilleurprix.com/# pharmacie en ligne france fiable
    pharmacie en ligne france livraison belgique

  6. Jacobbep表示:

    pharmacie en ligne france livraison belgique https://kamagrameilleurprix.shop/# Pharmacie sans ordonnance

  7. Richardprurf表示:

    http://viagrameilleurprix.com/# Prix du Viagra en pharmacie en France
    pharmacie en ligne france fiable

  8. Jacobbep表示:

    pharmacie en ligne sans ordonnance https://tadalafilmeilleurprix.com/# Achat mГ©dicament en ligne fiable

  9. Andrewpum表示:

    казино водка – водкабет официальный сайт, водка бет

  10. NorbertKep表示:

    Viagra femme ou trouver: Viagra sans ordonnance 24h – Prix du Viagra 100mg en France

  11. Andrewpum表示:

    vodkabet – водкабет официальный сайт, vodka casino

  12. Andrewpum表示:

    vodka casino – vodkabet водка казино, водка казино

  13. Though for those who unfold betting on an organization once they pay a dividend then, whilst there is no dividend payment, there could be an extra cost to your trade or small fee to you relying upon whether you are buying or selling.

  14. NorbertKep表示:

    Viagra homme sans ordonnance belgique: acheter du viagra – Sildenafil teva 100 mg sans ordonnance

  15. Hello my friend! I wish to say that this article is amazing, nice written and include almost all significant infos. I would like to see more posts like this.

  16. WilsonVah表示:

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

  17. Music began playing any time I opened up this web page, so irritating!

  18. Jacobbep表示:

    Achat mГ©dicament en ligne fiable https://kamagrameilleurprix.com/# Pharmacie en ligne livraison Europe

  19. WilsonVah表示:

    vente de mГ©dicament en ligne: Pharmacies en ligne certifiees – pharmacie en ligne france livraison belgique

  20. Thankfully, after the Crimson Sox won the 2004 World Series, Buckner was forgiven by fans.

  21. Richardprurf表示:

    https://tadalafilmeilleurprix.shop/# pharmacie en ligne pas cher
    Achat mГ©dicament en ligne fiable

  22. NorbertKep表示:

    pharmacie en ligne france fiable: Pharmacies en ligne certifiees – pharmacie en ligne france fiable

  23. WilsonVah表示:

    pharmacie en ligne pas cher: achat kamagra – pharmacie en ligne fiable

  24. ThomasCor表示:

    узнать больше Здесь Молдова

  25. Andrewpum表示:

    vodkabet водка казино – водка бет, vodkabet

  26. NorbertKep表示:

    vente de mГ©dicament en ligne: pharmacies en ligne certifiГ©es – pharmacies en ligne certifiГ©es

發佈留言

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