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

  1. BrianTom表示:

    Clom Fast Pharm can i get generic clomid no prescription Clom Fast Pharm

  2. Richardaudit表示:

    https://zithpharmonline.shop/# ZithPharmOnline

  3. Danieldrymn表示:

    how to get zithromax: where can i buy zithromax capsules – can i buy zithromax over the counter

  4. Michaelscoob表示:

    prednisone 60 mg price: can you buy prednisone in canada – Pred Pharm Net

  5. qq88表示:

    I appreciate, cause I found exactly what I was looking for. You have ended my 4 day long hunt! God Bless you man. Have a nice day. Bye

  6. Danieldrymn表示:

    Clom Fast Pharm: Clom Fast Pharm – cost of cheap clomid pills

  7. qq88表示:

    Hmm it seems like your website ate my first comment (it was extremely long) so I guess I’ll just sum it up what I had written and say, I’m thoroughly enjoying your blog. I too am an aspiring blog blogger but I’m still new to everything. Do you have any recommendations for newbie blog writers? I’d genuinely appreciate it.

  8. bet88dog表示:

    This web page is really a walk-through for all the information you wished about this and didn?t know who to ask. Glimpse right here, and you?ll definitely uncover it.

  9. CalvinAbofs表示:

    сколько стоят роллы заказать суши

  10. bet88dog表示:

    I used to be recommended this web site through my cousin. I’m no longer certain whether or not this publish is written by means of him as no one else recognise such specified approximately my problem. You are wonderful! Thank you!

  11. qq88表示:

    I might also like to state that most of those who find themselves with out health insurance are usually students, self-employed and people who are without a job. More than half on the uninsured are really under the age of Thirty-five. They do not think they are needing health insurance because they are young in addition to healthy. Their own income is usually spent on property, food, and entertainment. Some people that do go to work either full or in their free time are not offered insurance through their work so they move without as a result of rising expense of health insurance in america. Thanks for the ideas you talk about through your blog.

  12. qq88表示:

    Would you be concerned about exchanging links?

  13. Richardaudit表示:

    https://amonlinepharm.shop/# can i purchase amoxicillin online

  14. LanceFen表示:

    lisinopril 20 25 mg tab: medication zestoretic – Lisin Express

  15. BrianTom表示:

    AmOnlinePharm AmOnlinePharm AmOnlinePharm

  16. Michaelscoob表示:

    lisinopril 60 mg tablet: Lisin Express – lisinopril tablets uk

  17. Danieldrymn表示:

    Clom Fast Pharm: cost of clomid without a prescription – Clom Fast Pharm

  18. Michaelscoob表示:

    Lisin Express: lisinopril 420 1g – Lisin Express

  19. Richardaudit表示:

    http://amonlinepharm.com/# can you buy amoxicillin over the counter in canada

  20. BrianTom表示:

    order amoxicillin online how to get amoxicillin over the counter amoxicillin 500mg prescription

  21. Richardaudit表示:

    https://predpharmnet.com/# Pred Pharm Net

  22. LanceFen表示:

    Pred Pharm Net: Pred Pharm Net – prednisone pills 10 mg

  23. Michaelscoob表示:

    lisinopril for sale online: zestril 20 mg tab – lisinopril 5 mg tablet price in india

  24. Danieldrymn表示:

    Pred Pharm Net: Pred Pharm Net – where to buy prednisone in australia

  25. Michaelscoob表示:

    Clom Fast Pharm: how to buy cheap clomid online – Clom Fast Pharm

  26. Richardaudit表示:

    https://amonlinepharm.com/# amoxicillin online no prescription

發佈留言

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