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,993 Responses

  1. Roberthep表示:

    internet apotheke medikament ohne rezept notfall eu apotheke ohne rezept

  2. AntoniaSut表示:

    trouver un m̩dicament en pharmacie: Pharmacie sans ordonnance Рpharmacie en ligne

  3. Hi there, You have done a fantastic job. I?ll certainly digg it and individually recommend to my friends. I am sure they will be benefited from this site.

  4. Roberthep表示:

    eu apotheke ohne rezept internet apotheke online apotheke gГјnstig

  5. Great site ! I recommend this site!https://puffbars.uk/

  6. VernonRib表示:

    https://eufarmaciaonline.com/# farmacia online 24 horas

  7. taurus zodiac表示:

    Hi! I’ve been reading your blog for a long time now and finally got the bravery to go ahead and give you a shout out from Austin Texas! Just wanted to say keep up the great work!

  8. pit viper gun表示:

    I am really loving the theme/design of your web site. Do you ever run into any browser compatibility issues? A handful of my blog visitors have complained about my blog not working correctly in Explorer but looks great in Safari. Do you have any suggestions to help fix this problem?

  9. I have recently started a web site, the information you provide on this website has helped me greatly. Thanks for all of your time & work.

  10. Melhor cassino para ganhar Fortune Tiger

  11. O cassino mais confiavel Fortune Tiger

  12. WilliamTeath表示:

    online apotheke: beste online-apotheke ohne rezept – online apotheke deutschland

  13. Donaldcoums表示:

    online apotheke gГјnstig: internet apotheke – internet apotheke

  14. pit viper gun表示:

    I have seen that car insurance firms know the vehicles which are liable to accidents along with other risks. In addition, they know what kind of cars are prone to higher risk and the higher risk they have the higher the actual premium rate. Understanding the easy basics with car insurance will allow you to choose the right kind of insurance policy that can take care of your requirements in case you get involved in an accident. Thank you sharing the particular ideas in your blog.

  15. AntoniaSut表示:

    pharmacie en ligne france fiable: pharmacie en ligne livraison europe – pharmacie en ligne france pas cher

  16. WilliamTeath表示:

    ohne rezept apotheke: eu apotheke ohne rezept – medikamente rezeptfrei

  17. Eu recomendo o melhor cassino Fortune Tiger

  18. Jogue em um dos melhores cassinos Fortune Tiger

  19. AntoniaSut表示:

    online apotheke versandkostenfrei: europa apotheke – europa apotheke

  20. VernonRib表示:

    https://eumedicamentenligne.com/# pharmacie en ligne sans ordonnance

  21. Roberthep表示:

    online apotheke rezept п»їshop apotheke gutschein medikament ohne rezept notfall

  22. Hello, i think that i noticed you visited my blog thus i got here to ?go back the choose?.I’m attempting to in finding issues to enhance my website!I suppose its good enough to make use of a few of your ideas!!

  23. Roberthep表示:

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

  24. AntoniaSut表示:

    pharmacies en ligne certifi̩es: pharmacie en ligne pas cher Рvente de m̩dicament en ligne

  25. Seu cassino on-line favorito Fortune Tiger

  26. Um cassino em que voce pode confiar Fortune Tiger

  27. Roberthep表示:

    pharmacie en ligne france livraison internationale pharmacie en ligne pas cher pharmacie en ligne fiable

  28. RalphSnize表示:

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

  29. It?s really a cool and useful piece of information. I?m glad that you shared this helpful info with us. Please keep us up to date like this. Thanks for sharing.

發佈留言

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