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

  1. Pazrmnm表示:

    Добрый день!
    Мы изготавливаем дипломы психологов, юристов, экономистов и других профессий по приятным тарифам. Стоимость может зависеть от той или иной специальности, года выпуска и ВУЗа.
    beinsadouno.bg/events/event/40-%D0%BE%D0%B1%D1%88%D0%B8%D1%80%D0%BD%D1%8B%D0%B9-%D0%BA%D0%B0%D1%82%D0%B0%D0%BB%D0%BE%D0%B3-%D0%B4%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%BE%D0%B2-%D0%B2-%D0%B8%D0%B7%D0%B2%D0%B5%D1%81%D1%82%D0%BD%D0%BE%D0%BC-%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/
    Хорошей учебы!

  2. Cazrlkp表示:

    Здравствуйте!
    Купить диплом любого ВУЗа.
    Мы можем предложить документы ВУЗов, которые находятся на территории всей Российской Федерации. Можно заказать качественный диплом за любой год, включая документы старого образца. Документы выпускаются на бумаге самого высокого качества. Это дает возможности делать настоящие дипломы, не отличимые от оригинала. Документы будут заверены всеми требуемыми печатями и подписями.
    halopro.net/gallery/image/493-%D0%BF%D0%BE%D0%BA%D1%83%D0%BF%D0%B0%D0%B5%D0%BC-%D0%B4%D0%B8%D0%BF%D0%BB%D0%BE%D0%BC-%D0%B2-%D0%BF%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%B5%D0%BD%D0%BD%D0%BE%D0%BC-%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-%D0%BF%D0%BE-%D0%BA%D0%BE%D0%BC%D1%84%D0%BE%D1%80%D1%82%D0%BD%D0%BE%D0%B9-%D1%86%D0%B5%D0%BD%D0%B5/

  3. Dnrtpvu表示:

    Здравствуйте!
    Приобрести документ института можно в нашей компании.
    ast-diplomas24.ru/kupit-diplom-krasnoyarsk
    Успехов в учебе!

  4. En guvenilir online casino Sweet bonanza

  5. Kumar oynamak icin en iyi secim Sweet bonanza

  6. Отличный сайт! Рекомендую!взлом замков

  7. Dnrtzef表示:

    Привет, друзья!
    Заказать документ института вы имеете возможность в нашей компании в столице.
    ast-diploms.com/kupit-diplom-moskva
    Успехов в учебе!

  8. Cazrtij表示:

    Добрый день!
    Мы предлагаем документы ВУЗов, которые расположены на территории всей РФ. Можно заказать качественно сделанный диплом за любой год, в том числе документы старого образца СССР. Документы выпускаются на “правильной” бумаге высшего качества. Это позволяет делать настоящие дипломы, которые не отличить от оригиналов. Документы будут заверены всеми требуемыми печатями и штампами.
    Заказать диплом о высшем образовании.
    kopoluzhona.image-perth.org/bystro-priobretaem-diplom-v-lucsem-magazine-russian-diplom
    Успешной учебы!

  9. Sizin icin harika bir kumarhane Sweet bonanza

  10. En iyi kumarhaneyi tavsiye ederim Sweet bonanza

  11. Ostmpi表示:

    buy atenolol no prescription – plavix order online purchase carvedilol pills

  12. Отличный сайт! Рекомендую!https://openzamok.ru/взлом замков

  13. Jamesbut表示:

    Военный адвокат Запорожье. Бесплатная консультация
    адвокат СЗЧ
    — это опытный специалист имеющий высшее юридическое образование, сдавший квалификационный государственный экзамен на право осуществления адвокатской деятельностью и специализирующийся в основном на военных делах
    Вся правовая помощь военного адвоката осуществляется в индивидуальном порядке, грамотно, четко и в соответствии с действующими нормативно-правовыми актами.

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

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

    Тоже касается, и получение отсрочки от мобилизации, когда например, безосновательно призывают сына у которого отец инвалид 2 группы, или мать прикованная из-за тяжелой болезни к постели, и требующая постороннего ухода. Это же относится и к военнослужащим, рапорта которых не регистрируются в канцелярии воинской части и полностью игнорируются, под прикрытием суеты боевых действий..

    Именно в таких ситуациях, мы приходим на помощь и с помощью ЗАКОННЫХ методов правовой защиты, используя свой опыт полученный при ведении аналогичных военных дел добиваемся справедливости.

  14. Sylfnf表示:

    buy verapamil 240mg generic – order tenoretic pill tenoretic price

  15. Отличный сатй! Всем рекомендую!вскрытие замков

  16. I?m now not sure where you are getting your info, however good topic. I needs to spend a while learning much more or working out more. Thank you for wonderful info I was on the lookout for this information for my mission.

  17. Hello there, I found your blog via Google while searching for a related topic, your web site came up, it looks good. I’ve bookmarked it in my google bookmarks.

  18. Thanks for your article. I also believe that laptop computers have gotten more and more popular today, and now are sometimes the only form of computer employed in a household. The reason is that at the same time that they’re becoming more and more inexpensive, their processing power keeps growing to the point where these are as powerful as desktop computers coming from just a few years back.

  19. richqueen.vio表示:

    Interesting article. It is quite unfortunate that over the last decade, the travel industry has already been able to to handle terrorism, SARS, tsunamis, bird flu, swine flu, as well as first ever true global recession. Through everything the industry has really proven to be robust, resilient as well as dynamic, finding new ways to deal with hardship. There are continually fresh problems and the opportunity to which the sector must once again adapt and reply.

  20. Thanks for the recommendations shared on your own blog. Yet another thing I would like to express is that weight loss is not information on going on a dietary fads and trying to shed as much weight as you’re able in a few months. The most effective way to lose weight naturally is by acquiring it slowly but surely and obeying some basic points which can assist you to make the most from your attempt to drop some weight. You may recognize and already be following a few of these tips, yet reinforcing know-how never hurts.

  21. Nice blog right here! Also your website lots up very fast! What web host are you the usage of? Can I get your associate link in your host? I wish my web site loaded up as quickly as yours lol

  22. Terrific work! This is the type of info that are supposed to be shared across the net. Disgrace on the search engines for no longer positioning this publish upper! Come on over and talk over with my web site . Thank you =)

  23. Thanks for your write-up. One other thing is when you are promoting your property all on your own, one of the concerns you need to be aware about upfront is how to deal with home inspection accounts. As a FSBO owner, the key to successfully shifting your property along with saving money on real estate agent profits is knowledge. The more you realize, the simpler your property sales effort might be. One area exactly where this is particularly essential is assessments.

  24. I really like your wp web template, exactly where did you download it from?

  25. richqueen表示:

    I loved as much as you’ll receive carried out right here. The sketch is tasteful, your authored subject matter stylish. nonetheless, you command get bought an impatience over that you wish be delivering the following. unwell unquestionably come further formerly again as exactly the same nearly very often inside case you shield this hike.

  26. Something else is that when looking for a good on-line electronics shop, look for web shops that are constantly updated, preserving up-to-date with the newest products, the most beneficial deals, plus helpful information on products. This will ensure you are doing business with a shop that stays atop the competition and provide you what you ought to make knowledgeable, well-informed electronics expenditures. Thanks for the essential tips I have really learned from your blog.

  27. This really answered my downside, thank you!

  28. Thanks for your publication on the vacation industry. I’d also like contribute that if your senior thinking of traveling, its absolutely important to buy travel cover for seniors. When traveling, golden-agers are at biggest risk being in need of a healthcare emergency. Obtaining right insurance policies package in your age group can look after your health and provide peace of mind.

  29. richqueen.vio表示:

    The subsequent time I learn a weblog, I hope that it doesnt disappoint me as much as this one. I mean, I do know it was my option to learn, but I truly thought youd have something interesting to say. All I hear is a bunch of whining about one thing that you may fix if you werent too busy on the lookout for attention.

發佈留言

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