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

32,653 Responses

  1. A powerful share, I just given this onto a colleague who was doing a little bit evaluation on this. And he in fact purchased me breakfast as a result of I found it for him.. smile. So let me reword that: Thnx for the treat! However yeah Thnkx for spending the time to discuss this, I really feel strongly about it and love studying extra on this topic. If doable, as you turn out to be expertise, would you mind updating your weblog with more particulars? It is extremely helpful for me. Huge thumb up for this weblog publish!

  2. Georgewhend表示:

    buying from online mexican pharmacy: reliable mexican pharmacies – mexican pharmacy online

  3. Get entry to 190,709 Fonts as part of our Fonts subscription.

  4. JamesGag表示:

    mexican pharmacy online order: mexican pharmacy online order – mexican pharmacy online

  5. pdacenter.ru – сервис по ремонту бытовой техники
    Ремонт проекторов в Воронеже в официальном сервисном центре PDACENTER.
    Наши инженеры выполняют ремонт любой сложности по дотупным ценам!

  6. Williszew表示:

    https://mexicanpharminter.shop/# reliable mexican pharmacies

  7. A wise home is a completely networked construction with features that may be controlled from a central laptop, making it an ideal technology for homeowners who journey often or for homeowners who merely need it all.

  8. 누누티비表示:

    Have you ever thought about adding a little bit more than just your articles? I mean, what you say is valuable and everything. But just imagine if you added some great photos or videos to give your posts more, “pop”! Your content is excellent but with pics and video clips, this website could definitely be one of the greatest in its field. Awesome blog!

  9. banshee 350表示:

    I have been exploring for a bit for any high quality articles or blog posts on this sort of area . Exploring in Yahoo I at last stumbled upon this site. Reading this info So i?m happy to convey that I’ve an incredibly good uncanny feeling I discovered just what I needed. I most certainly will make certain to don?t forget this website and give it a look on a constant basis.

  10. 누누티비表示:

    I?m impressed, I must say. Actually rarely do I encounter a blog that?s each educative and entertaining, and let me inform you, you will have hit the nail on the head. Your idea is excellent; the issue is one thing that not sufficient persons are speaking intelligently about. I am very comfortable that I stumbled across this in my search for something regarding this.

  11. Zähringen had solely belonged to Freiburg from 1906, the tram connection was a part of the Merger treaty.

  12. I have recently started a web site, the information you provide on this site has helped me tremendously. Thank you for all of your time & work.

  13. banshee atv表示:

    That is the proper blog for anybody who wants to search out out about this topic. You realize a lot its almost arduous to argue with you (not that I truly would want?HaHa). You definitely put a new spin on a subject thats been written about for years. Great stuff, just nice!

  14. Williszew表示:

    https://indiamedfast.shop/# IndiaMedFast

  15. Arthurhow表示:

    https://indiamedfast.com/# india pharmacy without prescription
    canadian pharmacy uk delivery

  16. There are some interesting closing dates in this article however I don?t know if I see all of them center to heart. There’s some validity but I will take maintain opinion till I look into it further. Good article , thanks and we wish extra! Added to FeedBurner as properly

  17. banshee 350表示:

    hello!,I love your writing so so much! proportion we communicate more about your post on AOL? I require an expert on this house to resolve my problem. Maybe that’s you! Having a look ahead to see you.

  18. 누누티비表示:

    Hi, Neat post. There is a problem with your website in internet explorer, would test this? IE still is the market leader and a good portion of people will miss your excellent writing due to this problem.

  19. There are definitely plenty of details like that to take into consideration. That may be a nice point to carry up. I supply the thoughts above as common inspiration however clearly there are questions just like the one you deliver up where crucial factor shall be working in sincere good faith. I don?t know if greatest practices have emerged around things like that, but I’m certain that your job is clearly recognized as a good game. Each girls and boys really feel the impression of just a moment?s pleasure, for the rest of their lives.

  20. Montebeera表示:

    mexican pharmacy online order Mexican Pharm Inter mexican drug stores online

  21. 누누티비表示:

    Hey there! Do you know if they make any plugins to safeguard against hackers? I’m kinda paranoid about losing everything I’ve worked hard on. Any tips?

  22. Georgewhend表示:

    Mexican Pharm International: MexicanPharmInter – mexican pharmacy online

  23. Banshee Quad表示:

    Do you have a spam problem on this blog; I also am a blogger, and I was curious about your situation; we have developed some nice procedures and we are looking to trade strategies with others, please shoot me an email if interested.

  24. Montebeera表示:

    reputable canadian online pharmacy legitimate canadian pharmacies online canadian pharmacy

  25. I appreciate, cause I found just what I was looking for. You have ended my four day long hunt! God Bless you man. Have a great day. Bye

  26. Arthurhow表示:

    https://indiamedfast.shop/# India Med Fast
    canadian drug stores

  27. Arthurhow表示:

    https://indiamedfast.com/# India Med Fast
    best canadian pharmacy to buy from

  28. 누누티비表示:

    Wonderful site. Plenty of useful information here. I am sending it to several friends ans also sharing in delicious. And certainly, thanks for your sweat!

  29. banshee 350表示:

    It’s a pity you don’t have a donate button! I’d without a doubt donate to this superb blog! I suppose for now i’ll settle for book-marking 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. Talk soon!

  30. Georgewhend表示:

    canada cloud pharmacy: Inter Pharm Online – medication canadian pharmacy

發佈留言

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