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

10,423 Responses

  1. Kumar oynamak icin mukemmel bir yer Sweet bonanza

  2. cbd massage表示:

    Music started playing anytime I opened this web page, so annoying!

  3. BryanVidge表示:

    Студия Подкастов в Москве, Запись подкастов в Москве.
    http://video-podcast.ru/

  4. Hello! I just wanted to ask if you ever have any problems with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work due to no back up. Do you have any solutions to stop hackers?

  5. pure cbd oil表示:

    Thank you for the sensible critique. Me and my neighbor were just preparing to do some research on this. We got a grab a book from our local library but I think I learned more from this post. I’m very glad to see such wonderful information being shared freely out there.

  6. bokep jilbab表示:

    I adore your wordpress web template, exactly where do you get a hold of it from?

  7. Your home is valueble for me. Thanks!?

  8. bokep jilbab表示:

    Good day! I could have sworn I’ve been to this website before but after browsing through some of the post I realized it’s new to me. Anyhow, I’m definitely delighted I found it and I’ll be book-marking and checking back frequently!

  9. Its like you read my mind! You seem to know so much about this, like you wrote the book in it or something. I think that you could do with some pics to drive the message home a bit, but other than that, this is fantastic blog. An excellent read. I will definitely be back.

  10. I have noticed that credit score improvement activity should be conducted with techniques. If not, you might find yourself destroying your rating. In order to succeed in fixing your credit rating you have to ensure that from this second you pay your entire monthly costs promptly prior to their appointed date. Really it is significant for the reason that by definitely not accomplishing that area, all other methods that you will choose to adopt to improve your credit rating will not be useful. Thanks for revealing your tips.

  11. Thanks for the suggestions shared on the blog. Something also important I would like to mention is that weight reduction is not about going on a fad diet and trying to reduce as much weight that you can in a couple of days. The most effective way to shed pounds is by consuming it bit by bit and following some basic tips which can allow you to make the most from the attempt to shed weight. You may be aware and be following these tips, although reinforcing awareness never hurts.

  12. hello there and thank you for your information ? I have definitely picked up anything new from proper here. I did alternatively expertise a few technical points the usage of this website, since I skilled to reload the site many occasions prior to I may just get it to load properly. I have been puzzling over if your web hosting is OK? Now not that I am complaining, but slow loading cases instances will often have an effect on your placement in google and could damage your high quality rating if ads and ***********|advertising|advertising|advertising and *********** with Adwords. Well I?m including this RSS to my e-mail and can look out for a lot extra of your respective fascinating content. Ensure that you update this once more very soon..

  13. pure cbd oil表示:

    It is really a nice and helpful piece of info. I?m glad that you shared this helpful information with us. Please keep us informed like this. Thanks for sharing.

  14. bokep jilbab表示:

    I am extremely impressed with your writing skills as well as with the layout on your blog. Is this a paid theme or did you customize it yourself? Either way keep up the excellent quality writing, it?s rare to see a great blog like this one these days..

  15. bokep jilbab表示:

    Thanks for the interesting things you have exposed in your writing. One thing I want to comment on is that FSBO associations are built after a while. By releasing yourself to owners the first saturday their FSBO is announced, prior to a masses start out calling on Mon, you produce a good association. By sending them equipment, educational materials, free reports, and forms, you become a great ally. Through a personal curiosity about them plus their scenario, you build a solid network that, on most occasions, pays off as soon as the owners decide to go with a broker they know in addition to trust — preferably you actually.

  16. SEO_qaMa表示:

    продвижение сайтов в москве в топ prodvizhenie-sajtov-v-moskve115.ru .

  17. Hi, Neat post. There is a problem with your web site in internet explorer, might test this? IE nonetheless is the marketplace leader and a big component to folks will miss your magnificent writing because of this problem.

  18. Nice read, I just passed this onto a friend who was doing some research on that. And he just bought me lunch because I found it for him smile So let me rephrase that: Thanks for lunch!

  19. SamuelJouro表示:

    Аренда телесуфлеров в течение Столице, Аренда и энергообслуживание телесуфлеров в течение Столице
    https://xn--e1aaawb5aeenk.xn--p1ai/

  20. One thing I’d really like to say is always that car insurance termination is a hated experience so if you’re doing the correct things being a driver you’ll not get one. Lots of people do obtain notice that they’ve been officially dumped by their particular insurance company and many have to fight to get additional insurance after the cancellation. Inexpensive auto insurance rates tend to be hard to get after having a cancellation. Having the main reasons regarding auto insurance cancellation can help drivers prevent sacrificing one of the most significant privileges available. Thanks for the thoughts shared via your blog.

  21. pure cbd oil表示:

    Very nice post. I just stumbled upon your weblog and wanted to say that I have truly loved browsing your blog posts. In any case I will be subscribing in your feed and I’m hoping you write again very soon!

  22. Hey there! Do you use Twitter? I’d like to follow you if that would be ok. I’m absolutely enjoying your blog and look forward to new updates.

  23. Good ? I should definitely pronounce, impressed with your website. I had no trouble navigating through all the tabs and related info ended up being truly easy to do to access. I recently found what I hoped for before you know it in the least. Reasonably unusual. Is likely to appreciate it for those who add forums or something, site theme . a tones way for your customer to communicate. Nice task..

  24. SEO_frMa表示:

    продвижение и раскрутка сайтов в москве https://www.prodvizhenie-sajtov-v-moskve115.ru .

  25. whoah this blog is fantastic i love reading your articles. Stay up the good work! You know, a lot of persons are hunting around for this information, you could aid them greatly.

  26. Thanks for making me to gain new strategies about pcs. I also have belief that certain of the best ways to help keep your laptop in prime condition is with a hard plastic-type material case, or perhaps shell, which fits over the top of your computer. Most of these protective gear are model unique since they are made to fit perfectly across the natural covering. You can buy them directly from the vendor, or from third party places if they are designed for your laptop computer, however only a few laptop may have a spend on the market. Again, thanks for your suggestions.

  27. I used to be suggested this web site through my cousin. I am now not certain whether or not this post is written by him as no one else understand such targeted about my difficulty. You’re incredible! Thank you!

  28. Hi there! I’m at work browsing your blog from my new iphone 4! Just wanted to say I love reading your blog and look forward to all your posts! Keep up the excellent work!

  29. pure cbd oil表示:

    Would you be thinking about exchanging links?

  30. cbd massage表示:

    Unquestionably consider that that you said. Your favorite reason appeared to be at the web the easiest factor to understand of. I say to you, I certainly get annoyed whilst folks think about concerns that they plainly do not realize about. You controlled to hit the nail upon the highest and also defined out the whole thing with no need side effect , folks could take a signal. Will probably be back to get more. Thank you

發佈留言

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