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. Michaeltor表示:

    Apotek hemleverans recept: Apoteket online – apotek pa nett

  2. TOPTOWIN表示:

    Sweet blog! I found it while browsing on Yahoo News.
    Do you have any tips on how to get listed in Yahoo News?
    I’ve been trying for a while but I never seem to get there!
    Cheers

  3. Davidmeast表示:

    здесь https://futbolka-y2k.ru

  4. Derekgroum表示:

    Online apotheek Nederland zonder recept: ApotheekMax – Online apotheek Nederland zonder recept

  5. visit website表示:

    Hello my family member! I wish to say that this articleis awesome, nice written and include approximately all vital infos.I’d like to see extra posts like this .

  6. Derekgroum表示:

    Kamagra online bestellen: Kamagra kaufen ohne Rezept – Kamagra online bestellen

  7. Профессиональный сервисный центр по ремонту бытовой техники с выездом на дом.
    Мы предлагаем:сервисные центры по ремонту техники в мск
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  8. HomerFaw表示:

    https://apotheekmax.com/# Apotheek online bestellen

  9. Derekgroum表示:

    online apotheek: ApotheekMax – ApotheekMax

  10. 늑대닷컴表示:

    A formidable share, I just given this onto a colleague who was doing slightly evaluation on this. And he the truth is purchased me breakfast as a result of I found it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you grow to be experience, would you thoughts updating your weblog with more details? It’s extremely useful for me. Massive thumb up for this weblog publish!

  11. HomerFaw表示:

    https://kamagrapotenzmittel.shop/# Kamagra online bestellen

  12. I always was concerned in this topic and still am, regards for putting up.

  13. I really liked your blog article.Thanks Again. Will read on…

  14. JosephFluor表示:

    перейти на сайт https://futbolka-y2k.ru

  15. Louislen表示:

    http://apotekonlinerecept.com/# Apotek hemleverans recept

  16. Derekgroum表示:

    apotek online: Apotek hemleverans idag – apotek online recept

  17. Malcolmseern表示:

    Online apotheek Nederland met recept Apotheek online bestellen Apotheek online bestellen

  18. 늑대닷컴表示:

    certainly like your web site but you need to check the spelling on quite a few of your posts. Many of them are rife with spelling problems and I find it very troublesome to tell the truth nevertheless I will certainly come back again.

  19. Michaeltor表示:

    kamagra: Kamagra Original – Kamagra Oral Jelly kaufen

  20. Louislen表示:

    https://kamagrapotenzmittel.shop/# Kamagra kaufen ohne Rezept

  21. Early Camaro’s were obtainable as a 2-door hardtop or convertible.

  22. HomerFaw表示:

    http://kamagrapotenzmittel.com/# Kamagra online bestellen

  23. Michaeltor表示:

    Online apotheek Nederland met recept: Online apotheek Nederland zonder recept – ApotheekMax

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

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