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

11,037 Responses

  1. Hong Kong’s Temple Street is also where you can find prawn dumplings, won ton, sliced fish cakes and roast pigeon.

  2. Lazriif表示:

    Добрый день!
    Приобрести диплом любого ВУЗа.
    kupite-diplom0024.ru/gde-kupit-diplom-o-vysshem-obrazovanii-v-moskve

  3. I like the valuable info you provide in your articles. I will bookmark your blog and check again here regularly. I’m quite sure I will learn plenty of new stuff right here! Best of luck for the next!

  4. Can I simply say what a reduction to find someone who really is aware of what theyre talking about on the internet. You definitely know the right way to convey a difficulty to mild and make it important. Extra folks need to learn this and perceive this side of the story. I cant imagine youre no more common since you undoubtedly have the gift.

  5. Thank you for the good writeup. It actually used to be a amusement account it. Glance advanced to more delivered agreeable from you! However, how can we keep in touch?

  6. It may seem pass茅 in the face of thousand-dollar dos, but plenty of people are still choosing to go the old-school route, praying the weather holds, decorating the yard and loading up the barbecue.

  7. I?ll immediately clutch your rss as I can’t find your e-mail subscription hyperlink or newsletter service. Do you have any? Please allow me realize so that I may just subscribe. Thanks.

  8. Simply desire to say your article is as astonishing. The clarity on your post is simply spectacular and that i could suppose you’re a professional on this subject. Fine along with your permission let me to seize your RSS feed to keep up to date with approaching post. Thanks 1,000,000 and please carry on the gratifying work.

  9. There’s noticeably a bundle to find out about this. I assume you made sure good factors in options also.

  10. great points altogether, you just gained a logo new reader. What would you suggest in regards to your post that you just made some days ago? Any certain?

  11. Still, there are defenders who have some surprising arguments for keeping gold farming alive.

  12. It’s a pity you don’t have a donate button! I’d most certainly donate to this brilliant blog! I suppose for now i’ll settle for bookmarking and adding your RSS feed to my Google account. I look forward to new updates and will talk about this blog with my Facebook group. Chat soon!

  13. However, almost all business practices will come to a screeching halt, without the involvement of Banks.

  14. DanielTet表示:

    purchase cytotec https://tamoxifen.bid/# tamoxifen dose
    furosemida 40 mg

  15. Whats up! I just want to give an enormous thumbs up for the great info you’ve here on this post. I can be coming again to your weblog for extra soon.

  16. Thanks for your content. One other thing is when you are selling your property yourself, one of the troubles you need to be conscious of upfront is just how to deal with house inspection records. As a FSBO owner, the key about successfully moving your property as well as saving money upon real estate agent commission rates is understanding. The more you realize, the smoother your sales effort might be. One area exactly where this is particularly important is assessments.

  17. They offer complete set of services related to financial matters and investment options such as protection and mortgages.

  18. Just want to say your article is as astonishing. The clearness in your post is just spectacular and i could assume you are an expert on this subject. Fine with your permission let me to grab your RSS feed to keep up to date with forthcoming post. Thanks a million and please carry on the gratifying work.

  19. Reminiscences of a Stock Operator describes how Livermore started his spectacular trading career, as a teenager working in a bucket shop.

  20. DanielTet表示:

    order cytotec online http://lipitor.guru/# lipitor over the counter
    furosemide

  21. Notable examples of private equity firms with carried interest of more than 20 (“super carry”) include Bain Capital and Providence Equity Partners.

  22. I have read some good stuff here. Definitely worth bookmarking for revisiting. I surprise how much effort you put to create such a fantastic informative site.

  23. Hi there, just became aware of your blog through Google, and found that it is really informative. I am gonna watch out for brussels. I will appreciate if you continue this in future. Many people will be benefited from your writing. Cheers!

  24. Wow! This could be one particular of the most beneficial blogs We have ever arrive across on this subject. Actually Wonderful. I am also a specialist in this topic so I can understand your effort.

  25. It’s my belief that mesothelioma is usually the most fatal cancer. It has unusual qualities. The more I really look at it the greater I am certain it does not conduct itself like a real solid tissues cancer. In case mesothelioma is often a rogue viral infection, therefore there is the possibility of developing a vaccine plus offering vaccination for asbestos exposed people who are at high risk involving developing potential asbestos relevant malignancies. Thanks for expressing your ideas for this important health issue.

  26. There’s noticeably a bundle to find out about this. I assume you made sure good factors in options also.

  27. Jamesric表示:

    lasix furosemide: lasix tablet – lasix 40mg

  28. Wow, wonderful blog layout! How long have you been blogging for? you made blogging look easy. The overall look of your website is wonderful, let alone the content!

  29. You could certainly see your skills in the work you write. The sector hopes for even more passionate writers such as you who are not afraid to mention how they believe. Always go after your heart.

發佈留言

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