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

  1. Danrmpf表示:

    Добрый день!
    Мы изготавливаем дипломы любой профессии.
    wheeoo.com/read-blog/12035_nadezhnyj-i-proverennyj-internet-magazin-s-shirokim-katalogom-diplomov
    Рады оказать помощь!.

  2. I?ve read several good stuff here. Certainly worth bookmarking for revisiting. I surprise how much effort you put to make such a excellent informative web site.

  3. Howdy very cool blog!! Guy .. Beautiful .. Amazing .. I’ll bookmark your web site and take the feeds additionally?I am glad to seek out so many helpful info right here within the publish, we’d like work out extra strategies on this regard, thank you for sharing. . . . . .

  4. Arnoldten表示:

    buying prescription drugs in mexico online buying from online mexican pharmacy buying prescription drugs in mexico online

  5. It’s the best time to make some plans for the future and it’s time to be happy. I’ve read this post and if I could I desire to suggest you some interesting things or advice. Perhaps you can write next articles referring to this article. I desire to read even more things about it!

  6. Hello! I’m at work surfing around your blog from my new iphone! Just wanted to say I love reading your blog and look forward to all your posts! Keep up the great work!

  7. I like what you guys are up also. Such intelligent work and reporting! Keep up the excellent works guys I have incorporated you guys to my blogroll. I think it will improve the value of my site 🙂

  8. yurist_jrMt表示:

    Надежный юрист для решения ваших проблем, в любых юридических вопросах.

    Юридическое сопровождение на высшем уровне, обращайтесь.

    Доверьте свои заботы опытным юристам, для консультации.

    Ваш надежный партнёр в праве, вы получите лучшие услуги.

    Лучшие юристы для вашего комфорта, подберите.

    Юридическая консультация по всем вопросам, уже сегодня.

    Профессиональные юристы для защиты ваших прав, доступные цены.

    Услуги опытных адвокатов, узнайте больше.

    Ваш правовой советник, с высоким качеством.

    Грамотные юристы – залог вашего успеха, недорого.

    Доверьте своё дело настоящим профессионалам, пишите в любое время.

    Как найти качественного юриста?, ответы на ваши вопросы.

    Юридическая помощь без лишних вопросов, доступные решения.

    Профессиональные услуги юриста для вас, дежурим круглосуточно.

    Профессионалы, которым можно доверять, долгосрочное сотрудничество.

    Конфиденциальность и профессионализм, сопровождение на всех этапах.

    Юристы, которые знают свое дело, забота и внимание.

    Юридическая поддержка на всех этапах, отзывы довольных клиентов.

    Правовая помощь для каждого, уверенность в результате.

    Юрист, который подойдет вам, мы делаем жизнь проще.
    юрконсультация онлайн https://36avalist.ru/ .

  9. Hello just wanted to give you a quick heads up and let you know a few of the pictures aren’t loading correctly. I’m not sure why but I think its a linking issue. I’ve tried it in two different internet browsers and both show the same outcome.

  10. DominicJaw表示:

    best online pharmacies in mexico: п»їbest mexican online pharmacies – buying from online mexican pharmacy

  11. WayneCoirl表示:

    mexican drugstore online: mexican online pharmacies prescription drugs – mexico drug stores pharmacies

  12. Thank you for the auspicious writeup. It in fact was a amusement account it. Look advanced to far added agreeable from you! By the way, how could we communicate?

  13. RichardWrifs表示:

    https://mexicandeliverypharma.com/# buying from online mexican pharmacy

  14. Arnoldten表示:

    medicine in mexico pharmacies reputable mexican pharmacies online mexican mail order pharmacies

  15. Lazrcgd表示:

    Привет, друзья!
    Приобрести диплом о высшем образовании.
    naturetour.ru/club/user/19/blog/1594/

  16. Thank you for the auspicious writeup. It in fact was a amusement account it. Look advanced to more added agreeable from you! However, how can we communicate?

  17. One thing is that if you are searching for a student loan you may find that you’ll want a cosigner. There are many conditions where this is correct because you might discover that you do not use a past history of credit so the financial institution will require that you’ve someone cosign the money for you. Interesting post.

  18. Hello! Would you mind if I share your blog with my facebook group? There’s a lot of folks that I think would really appreciate your content. Please let me know. Cheers

  19. Greetings from Florida! I’m bored to death at work so I decided to browse your blog on my iphone during lunch break. I love the knowledge you present here and can’t wait to take a look when I get home. I’m shocked at how fast your blog loaded on my mobile .. I’m not even using WIFI, just 3G .. Anyways, excellent site!

  20. Thanks for your post made here. One thing I would like to say is the fact most professional job areas consider the Bachelor’s Degree like thejust like the entry level requirement for an online course. Whilst Associate Certification are a great way to get started, completing your current Bachelors opens up many entrance doors to various professions, there are numerous online Bachelor Course Programs available by institutions like The University of Phoenix, Intercontinental University Online and Kaplan. Another issue is that many brick and mortar institutions present Online variants of their diplomas but commonly for a extensively higher cost than the institutions that specialize in online qualification programs.

  21. Thanks for revealing your ideas. I’d personally also like to mention that video games have been ever evolving. Technology advances and improvements have made it easier to create authentic and fun games. These kind of entertainment games were not that sensible when the real concept was first of all being tried out. Just like other designs of know-how, video games way too have had to evolve by way of many decades. This itself is testimony on the fast growth and development of video games.

  22. Thanks for sharing your ideas. I’d also like to mention that video games have been ever evolving. Technology advances and revolutions have made it simpler to create genuine and interactive games. These entertainment games were not really sensible when the real concept was first being tried out. Just like other styles of technological innovation, video games also have had to progress as a result of many generations. This itself is testimony for the fast growth of video games.

  23. It is perfect time to make some plans for the future and it is time to be happy. I’ve read this post and if I could I want to suggest you few interesting things or suggestions. Maybe you can write next articles referring to this article. I want to read more things about it!

  24. My brother suggested I might like this blog. He was once entirely right. This post actually made my day. You can not believe simply how so much time I had spent for this info! Thanks!

  25. I’ve come across that nowadays, more and more people are attracted to camcorders and the issue of photography. However, to be a photographer, you must first expend so much time period deciding which model of camera to buy plus moving store to store just so you might buy the lowest priced camera of the trademark you have decided to pick. But it doesn’t end just there. You also have to consider whether you should purchase a digital photographic camera extended warranty. Thanks a lot for the good suggestions I obtained from your weblog.

  26. It?s really a nice and helpful piece of information. I am glad that you shared this useful info with us. Please keep us informed like this. Thank you for sharing.

  27. mr queen 123表示:

    Excellent blog! Do you have any tips and hints for aspiring writers? I’m planning to start my own website soon but I’m a little lost on everything. Would you advise starting with a free platform like WordPress or go for a paid option? There are so many choices out there that I’m completely confused .. Any recommendations? Thanks a lot!

  28. Please let me know if you’re looking for a writer for your blog. You have some really great articles and I feel I would be a good asset. If you ever want to take some of the load off, I’d absolutely love to write some content for your blog in exchange for a link back to mine. Please blast me an e-mail if interested. Cheers!

發佈留言

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