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

  1. My developer is trying to persuade me to move to .net from PHP. I have always disliked the idea because of the expenses. But he’s tryiong none the less. I’ve been using WordPress on numerous websites for about a year and am anxious about switching to another platform. I have heard great things about blogengine.net. Is there a way I can transfer all my wordpress posts into it? Any help would be really appreciated!

  2. When I originally commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get three e-mails with the same comment. Is there any way you can remove me from that service? Cheers!

  3. Greetings! Quick question that’s entirely off topic. Do you know how to make your site mobile friendly? My blog looks weird when browsing from my apple iphone. I’m trying to find a theme or plugin that might be able to resolve this problem. If you have any recommendations, please share. Appreciate it!

  4. Thanks for another excellent article. Where else could anyone get that type of info in such an ideal way of writing? I’ve a presentation next week, and I’m on the look for such information.

  5. I discovered your blog site on google and check just a few of your early posts. Proceed to maintain up the very good operate. I simply further up your RSS feed to my MSN Information Reader. In search of forward to reading more from you afterward!?

  6. you are really a good webmaster. The site loading speed is amazing. It seems that you’re doing any unique trick. Also, The contents are masterpiece. you’ve done a fantastic job on this topic!

  7. One thing I’ve noticed is there are plenty of fallacies regarding the banks intentions while talking about property foreclosures. One fable in particular would be the fact the bank desires your house. The bank wants your cash, not your house. They want the money they loaned you along with interest. Avoiding the bank will undoubtedly draw some sort of foreclosed realization. Thanks for your write-up.

  8. naturally like your web-site but you have to check the spelling on several of your posts. A number of them are rife with spelling problems and I find it very troublesome to tell the truth nevertheless I?ll surely come back again.

  9. Thanks for the interesting things you have disclosed in your writing. One thing I want to discuss is that FSBO interactions are built as time passes. By bringing out yourself to owners the first few days their FSBO is announced, before the masses begin calling on Mon, you develop a good association. By sending them methods, educational materials, free reviews, and forms, you become the ally. If you take a personal affinity for them plus their scenario, you generate a solid interconnection that, on most occasions, pays off in the event the owners opt with a representative they know and also trust — preferably you actually.

  10. Thanks for your personal marvelous posting! I seriously enjoyed reading it, you may be a great author.I will be sure to bookmark your blog and definitely will come back later in life. I want to encourage you continue your great posts, have a nice weekend!

  11. Today, I went to the beach front with my kids. I found a sea shell and gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She put the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear. She never wants to go back! LoL I know this is entirely off topic but I had to tell someone!

  12. I have seen many useful things on your internet site about pcs. However, I have the thoughts and opinions that laptops are still not nearly powerful sufficiently to be a wise decision if you often do jobs that require lots of power, for instance video editing. But for world-wide-web surfing, microsoft word processing, and the majority of other typical computer work they are all right, provided you do not mind the tiny screen size. Many thanks sharing your thinking.

  13. Treflfa表示:

    Привет, друзья!
    Реально ли приобрести диплом стоматолога? Основные этапы
    remont-lipetsk.3dn.ru/index/25-8b16d0af6062bee5b24714669f300d677a5a01f6-1
    Рады оказать помощь!.

  14. I just added this site to my rss reader, great stuff. Can not get enough!

  15. Generally I don’t learn article on blogs, but I wish to say that this write-up very compelled me to check out and do so! Your writing style has been amazed me. Thank you, very nice post.

  16. Great goods from you, man. I’ve understand your stuff previous to and you are just too great. I really like what you have acquired here, really like what you are stating and the way in which you say it. You make it enjoyable and you still take care of to keep it smart. I can’t wait to read far more from you. This is really a terrific web site.

  17. Wow! This could be one particular of the most beneficial blogs We have ever arrive across on this subject. Actually Fantastic. I’m also an expert in this topic so I can understand your effort.

  18. Attractive part of content. I just stumbled upon your blog and in accession capital to assert that I get actually enjoyed account your blog posts. Anyway I will be subscribing in your augment and even I success you access persistently quickly.

  19. I liked as much as you will obtain performed right here. The comic strip is tasteful, your authored material stylish. nonetheless, you command get bought an impatience over that you wish be turning in the following. sick indisputably come further previously once more since precisely the similar nearly very incessantly inside case you shield this increase.

  20. Hello, you used to write fantastic, but the last several posts have been kinda boring? I miss your great writings. Past several posts are just a little out of track! come on!

  21. Wow! This can be one particular of the most useful blogs We’ve ever arrive across on this subject. Basically Excellent. I am also a specialist in this topic therefore I can understand your effort.

  22. PokerTube表示:

    Also visit my web site PokerTube

  23. I have learned newer and more effective things from your blog post. Also a thing to I have found is that usually, FSBO sellers are going to reject anyone. Remember, they’d prefer to not ever use your products and services. But if you maintain a gradual, professional connection, offering support and being in contact for about four to five weeks, you will usually have the capacity to win a discussion. From there, a listing follows. Many thanks

  24. TimothyBow表示:

    Услуги адвоката
    адвокат по убийствам
    Ищете надежную юридическую помощь? Официальный рейтинг адвокатов и юристов поможет найти проверенных специалистов, основываясь на высоком профессионализме, богатом опыте и положительных отзывах клиентов. Мы предлагаем уникальную возможность выбрать адвоката или юриста, способного эффективно разрешить ваше дело, будь то вопрос наследственного права, семейные споры или уголовного дела. Наш рейтинг поможет вам найти идеального кандидата, готового защитить ваши интересы в любой юридической ситуации и оказать юридические услуги профессионально и качественно

  25. Thanks for the suggestions shared on your blog. Another thing I would like to say is that fat loss is not supposed to be about going on a dietary fad and trying to lose as much weight as you can in a few days. The most effective way to burn fat is by acquiring it bit by bit and obeying some basic recommendations which can enable you to make the most from the attempt to slim down. You may understand and be following some of these tips, however reinforcing knowledge never hurts.

  26. Amazing blog! Is your theme custom made or did you download it from somewhere? A design like yours with a few simple adjustements would really make my blog jump out. Please let me know where you got your design. Thanks

  27. Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You obviously know what youre talking about, why throw away your intelligence on just posting videos to your weblog when you could be giving us something informative to read?

  28. Wonderful beat ! I would like to apprentice while you amend your website, how can i subscribe for a blog site? The account helped me a acceptable deal. I had been tiny bit acquainted of this your broadcast provided bright clear idea

  29. hello there and thank you for your info ? I have definitely picked up something new from right here. I did however expertise a few technical points using this site, since I experienced to reload the website many times previous to I could get it to load properly. I had been wondering if your web host is OK? Not that I am complaining, but sluggish loading instances times will very frequently affect your placement in google and can damage your high-quality score if advertising and marketing with Adwords. Well I?m adding this RSS to my email and can look out for a lot more of your respective intriguing content. Ensure that you update this again soon..

  30. Yet another thing I would like to mention is that as an alternative to trying to accommodate all your online degree classes on days of the week that you conclude work (as most people are exhausted when they return home), try to find most of your instructional classes on the saturdays and sundays and only a couple courses in weekdays, even if it means taking some time off your weekend. This pays off because on the weekends, you will be far more rested plus concentrated in school work. Thanks for the different points I have realized from your weblog.

發佈留言

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