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

15,688 Responses

  1. Davidmer表示:

    furosemide 40 mg: lasix 100mg – lasix furosemide 40 mg

  2. hi!,I like your writing very much! share we communicate more about your post on AOL? I need a specialist on this area to solve my problem. Maybe that’s you! Looking forward to see you.

  3. Davidmer表示:

    lasix online: buy furosemide – furosemida 40 mg

  4. Thank you for this article. I’d personally also like to express that it can often be hard when you’re in school and just starting out to establish a long history of credit. There are many individuals who are just trying to make it through and have a lengthy or good credit history can be a difficult factor to have.

  5. Davidmer表示:

    lasix 40mg: furosemide online – lasix generic name

  6. JosephFam表示:

    ordering neurontin online: ordering neurontin online – neurontin from canada

  7. whoah this blog is wonderful i love reading your articles. Keep up the good work! You already know, a lot of people are hunting round for this info, you can aid them greatly.

  8. Thanks for your article. One other thing is the fact individual states have their own laws that will affect homeowners, which makes it quite difficult for the the legislature to come up with the latest set of rules concerning home foreclosure on property owners. The problem is that a state offers own legal guidelines which may have interaction in a damaging manner in terms of foreclosure procedures.

  9. Somebody essentially lend a hand to make seriously articles I might state. This is the very first time I frequented your web page and up to now? I amazed with the research you made to create this actual submit extraordinary. Excellent activity!

  10. Thanks for your post. Another issue is that to be a photographer entails not only problems in catching award-winning photographs and also hardships in getting the best video camera suited to your needs and most especially issues in maintaining the quality of your camera. That is very accurate and clear for those professional photographers that are directly into capturing the actual nature’s interesting scenes — the mountains, the actual forests, the particular wild or the seas. Visiting these daring places absolutely requires a camera that can live up to the wild’s nasty surroundings.

  11. JosephWrela表示:

    ventolin free shipping: Buy Albuterol inhaler online – can i buy ventolin online mexico

  12. After study a few of the weblog posts in your website now, and I actually like your method of blogging. I bookmarked it to my bookmark website list and shall be checking back soon. Pls try my website as nicely and let me know what you think.

  13. Sergiohex表示:

    https://rybelsus.tech/# Semaglutide pharmacy price

  14. моторные масла taif http://www.e-taif.ru .

  15. Great site. A lot of helpful info here. I?m sending it to a few friends ans also sharing in delicious. And certainly, thanks in your sweat!

  16. I have been browsing online more than three hours today, yet I never found any interesting article like yours. It?s pretty worth enough for me. In my view, if all website owners and bloggers made good content as you did, the internet will be a lot more useful than ever before.

  17. It?s really a cool and useful piece of info. I?m satisfied that you just shared this helpful information with us. Please stay us informed like this. Thanks for sharing.

  18. Have you ever thought about writing an e-book or guest authoring on other websites? I have a blog based on the same subjects you discuss and would really like to have you share some stories/information. I know my subscribers would value your work. If you are even remotely interested, feel free to shoot me an email.

  19. I’m in awe of the author’s talent to make intricate concepts understandable to readers of all backgrounds. This article is a testament to her expertise and dedication to providing useful insights. Thank you, author, for creating such an compelling and enlightening piece. It has been an absolute pleasure to read!

  20. In line with my research, after a the foreclosure home is available at a sale, it is common for any borrower in order to still have any remaining unpaid debt on the financial loan. There are many loan merchants who aim to have all costs and liens paid off by the subsequent buyer. Nevertheless, depending on selected programs, laws, and state laws and regulations there may be a few loans which are not easily resolved through the shift of financial loans. Therefore, the obligation still falls on the borrower that has received his or her property in foreclosure process. Thank you sharing your thinking on this weblog.

  21. Oh my goodness! an amazing article dude. Thank you However I’m experiencing challenge with ur rss . Don?t know why Unable to subscribe to it. Is there anyone getting identical rss downside? Anybody who is aware of kindly respond. Thnkx

  22. What I have constantly told people is that while searching for a good online electronics retail store, there are a few factors that you have to consider. First and foremost, you want to make sure to look for a reputable and in addition, reliable retailer that has got great reviews and rankings from other consumers and industry people. This will make certain you are getting along with a well-known store that delivers good program and help to the patrons. Thank you for sharing your notions on this site.

  23. Also a thing to mention is that an online business administration study course is designed for students to be able to effortlessly proceed to bachelors degree courses. The 90 credit college degree meets the lower bachelor diploma requirements when you earn your current associate of arts in BA online, you will have access to the most up-to-date technologies in this field. Several reasons why students have to get their associate degree in business is because they may be interested in this area and want to find the general instruction necessary before jumping in to a bachelor diploma program. Many thanks for the tips you actually provide with your blog.

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

  25. Thanks for another fantastic post. Where else could anybody get that kind of information in such a perfect way of writing? I’ve a presentation next week, and I’m on the look for such info.

  26. Thanks for the several tips provided on this site. I have seen that many insurance firms offer customers generous deals if they choose to insure many cars together. A significant number of households possess several cars or trucks these days, particularly those with older teenage youngsters still living at home, and also the savings in policies can certainly soon begin. So it makes sense to look for a great deal.

  27. JosephWrela表示:

    prednisone 2 5 mg: apo prednisone – buy prednisone 5mg canada

  28. Thank you for any other informative site. Where else may I am getting that kind of info written in such a perfect way? I’ve a mission that I am just now working on, and I have been at the glance out for such information.

  29. Hi there this is somewhat of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML. I’m starting a blog soon but have no coding expertise so I wanted to get advice from someone with experience. Any help would be enormously appreciated!

  30. JosephWrela表示:

    buy prednisone with paypal canada: prednisone 25mg from canada – prednisone 20mg for sale

發佈留言

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