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

  1. Sazredc表示:

    Здравствуйте!
    Как получить диплом техникума с упрощенным обучением в Москве официально
    boltushka.flybb.ru/viewtopic.php?f=14&t=1510
    Рады помочь!

  2. JamesBak表示:

    buy clomid no prescription: buy cheap clomid without dr prescription – can i get generic clomid price

  3. Lazryge表示:

    Здравствуйте!
    Купить диплом любого ВУЗа.
    p99946c6.beget.tech/2024/07/04/kak-nayti-nadezhnyy-internet-magazin-s-shirokim-katalogom-diplomov.html

  4. Mazrjlq表示:

    Здравствуйте!
    Диплом техникума купить официально с упрощенным обучением в Москве
    http://www.greendoorkitchen.com/2024/06/25/диплом-университета-купил/

  5. Sazrhga表示:

    Здравствуйте!
    Мы можем предложить дипломы любой профессии по выгодным тарифам. Цена может зависеть от выбранной специальности, года выпуска и ВУЗа. Стараемся поддерживать для клиентов адекватную политику тарифов. Важно, чтобы документы были доступными для подавляющей массы наших граждан.
    thesocialroi.com/story6735529/купить-диплом-ссср

  6. Hey! I simply want to give a huge thumbs up for the good info you will have here on this post. I will likely be coming back to your weblog for more soon.

  7. Normally I do not read post on blogs, however I wish to say that this write-up very pressured me to take a look at and do so! Your writing style has been surprised me. Thanks, very nice article.

  8. One important thing is that if you are searching for a education loan you may find that you will want a co-signer. There are many scenarios where this is correct because you might find that you do not have a past credit rating so the financial institution will require that you’ve got someone cosign the credit for you. Thanks for your post.

  9. This is a fantastic site, would you be interested in doing an interview about how you designed it? If so e-mail me!

  10. Definitely believe that that you stated. Your favourite justification appeared to be at the internet the easiest thing to be mindful of. I say to you, I certainly get annoyed at the same time as folks think about issues that they plainly do not recognise about. You controlled to hit the nail upon the top as neatly as outlined out the entire thing with no need side effect , other people could take a signal. Will likely be back to get more. Thanks

  11. That is the fitting blog for anyone who desires to find out about this topic. You notice so much its virtually hard to argue with you (not that I actually would need?HaHa). You undoubtedly put a new spin on a topic thats been written about for years. Nice stuff, simply nice!

  12. The subsequent time I read a weblog, I hope that it doesnt disappoint me as much as this one. I mean, I do know it was my choice to learn, but I truly thought youd have something attention-grabbing to say. All I hear is a bunch of whining about something that you could possibly repair should you werent too busy on the lookout for attention.

  13. I have observed that over the course of creating a relationship with real estate homeowners, you’ll be able to come to understand that, in every single real estate transaction, a commission amount is paid. Finally, FSBO sellers don’t “save” the commission payment. Rather, they try to win the commission by simply doing an agent’s occupation. In doing so, they invest their money along with time to accomplish, as best they could, the duties of an agent. Those assignments include uncovering the home through marketing, delivering the home to all buyers, making a sense of buyer desperation in order to prompt an offer, arranging home inspections, dealing with qualification investigations with the mortgage lender, supervising repairs, and facilitating the closing of the deal.

  14. AaronBuh表示:

    Компания Септик-Нара-купить септик для дома
    занимается продажей, установкой и обслуживанием септиков в Наро-Фоминске Наро-Фоминском районе. Основное направление деятельности нашей компании именно установка под ключ септиков любых видов и размеров. С момента основания нашей компании, мы произвели монтаж более 1000 септиков по Московской и Калужской области. Благодаря этому у нас огромный опыт работы с любыми станциями, представленными в нашем регионе!
    Если Вы решили купить септик для дома или дачи, мы с радостью поможем Вам с выбором модели, доставим и установим септик на вашем участке в кратчайшие сроки.
    Мы занимаемся продажей септиков таких марок: Топас Юнилос Астра Евролос Тверь Аквалос Дочиста Фекалов Волгарь Удача. Мы работаем напрямую с производителями септиков, поэтому Вы можете быть уверены, что не переплачиваете ни копейки. Вся продукция в нашей компании имеет соответствующие сертификаты и лицензии. Время выезда на осмотр, установки или привоза оборудования согласовывается с клиентами и выполняется в срок. Мы заботимся о своей репутации, поэтому выполняем работу надежно и быстро.
    Если Вы не знаете, какой септик больше всего Вам подходит, мы предоставим консультацию и выезд специалиста на Ваш участок абсолютно бесплатно!
    Благодаря приобретению качественных септиков в нашей компании, каждый клиент получает большое количество преимуществ:
    » компактные размеры и небольшой вес устройства;
    » доступная стоимость очистной установки;
    » быстрый и простой монтаж;
    » невысокая стоимость эксплуатации;
    » отсутствие неприятных запахов;
    » высокая производительность;
    » длительный срок эксплуатации;
    » высокая степень очистки;
    » практически полностью автономный режим работы.

  15. Some tips i have constantly told people is that while searching for a good on the net electronics shop, there are a few issues that you have to remember to consider. First and foremost, you would like to make sure to look for a reputable plus reliable shop that has obtained great critiques and rankings from other individuals and industry professionals. This will make sure that you are dealing with a well-known store that can offer good support and assistance to their patrons. Thank you for sharing your thinking on this web site.

  16. ro server表示:

    Hi there, just became alert to your blog through Google, and found that it’s really informative. I am going to watch out for brussels. I?ll be grateful if you continue this in future. Lots of people will be benefited from your writing. Cheers!

  17. Thanks for your write-up. What I want to point out is that while looking for a good on the web electronics store, look for a internet site with total information on critical indicators such as the personal privacy statement, safety details, any payment options, and also other terms in addition to policies. Usually take time to browse the help and also FAQ segments to get a far better idea of the way the shop operates, what they are capable of doing for you, and the way you can make use of the features.

  18. Cazrzfb表示:

    Привет!
    Мы можем предложить документы техникумов, расположенных на территории всей России. Можно купить качественно напечатанный диплом от любого заведения, за любой год, указав подходящую специальность и хорошие оценки за все дисциплины. Документы выпускаются на бумаге самого высокого качества. Это позволяет делать настоящие дипломы, которые не отличить от оригинала. Они будут заверены всеми обязательными печатями и штампами.
    cakafwe1z.articlesblogger.com/51317849/%D0%9B%D0%B5%D0%B3%D0%BA%D0%BE-%D0%BF%D1%80%D0%B8%D0%BE%D0%B1%D1%80%D0%B5%D1%82%D0%B0%D0%B5%D0%BC-%D0%B4%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D1%8B-%D0%B2-%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%D0%B5-russian-diplom

  19. I do agree with all of the ideas you have introduced for your post. They’re very convincing and will certainly work. Still, the posts are too quick for novices. May just you please lengthen them a bit from subsequent time? Thanks for the post.

  20. Wow, this article is mind-blowing! The author has done a phenomenal job of delivering the information in an captivating and informative manner. I can’t thank him enough for offering such precious insights that have undoubtedly enhanced my knowledge in this subject area. Kudos to her for producing such a gem!

  21. JamesBak表示:

    buy doxycycline australia: doxycycline canada brand name – doxycycline 100mg capsules buy

  22. Diplomi_rnEa表示:

    Привет, друзья!
    Заказать документ о получении высшего образования вы сможете у нас в Москве.
    ast-diploms.com/kupit-diplom-bakalavra-ili-specialista 

  23. Thanks for these tips. One thing I additionally believe is that often credit cards providing a 0 apr often appeal to consumers together with zero rate of interest, instant authorization and easy on-line balance transfers, however beware of the top factor that may void that 0 easy road annual percentage rate and to throw one out into the very poor house quickly.

  24. There are some interesting closing dates on this article however I don?t know if I see all of them middle to heart. There is 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 well

  25. I do love the way you have framed this specific concern and it really does supply us a lot of fodder for thought. Nevertheless, from everything that I have witnessed, I only trust as other comments pack on that men and women keep on point and not embark upon a soap box regarding some other news du jour. All the same, thank you for this outstanding piece and though I do not really go along with the idea in totality, I regard the viewpoint.

  26. Sazruil表示:

    Здравствуйте!
    Стоимость дипломов высшего и среднего образования и процесс их получения
    boyara-analia.flybb.ru/viewtopic.php?f=7&t=696
    Всегда вам поможем!

  27. Very great post. I just stumbled upon your weblog and wished to say that I have really enjoyed browsing your blog posts. After all I will be subscribing in your feed and I hope you write again soon!

  28. Qqwqhp表示:

    cheap norfloxacin pills – buy generic norfloxacin for sale purchase confido online cheap

  29. Great web site. Plenty of useful info here. I?m sending it to some friends ans also sharing in delicious. And obviously, thanks for your sweat!

發佈留言

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