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

3,117 Responses

  1. Marrispisn表示:

    best online essay writing services
    help me do my essay
    i need help with writing an essay

  2. SABAKAWLBIXau表示:

    can i purchase generic pregabalin without rx [url=https://pregabalin.pro/]pregabalin.pro[/url] can you get pregabalin

  3. XsaYzhdLiZgt表示:

    This site all known killa snus very good and trust!

  4. nushsoinclv表示:

    pharmacie leclerc oceane pharmacie amiens rue jean catelas pharmacie de bailly [url=https://maps.google.es/url?q=http://www.icicemac.com/forums/topic/azithromycine-achat-en-ligne-france-acheter-zithromax-pas-cher/]https://maps.google.fr/url?q=https://i-meet.com/groups/acheter-lasilix-pas-cher-furosemide-generique-en-vente/group-wall/[/url] pharmacie de garde marseille tel .
    grande pharmacie avignon nord [url=https://www.youtube.com/redirect?q=https://www.ufrgs.br/comacesso/forum/topic/prix-amoxicilline-augmentin-en-belgique/#postid-206253]https://toolbarqueries.google.fr/url?q=https://fr.ulule.com/eu-suprax/[/url] pharmacie en ligne europe .
    pharmacie leclerc salon [url=https://www.youtube.com/redirect?q=https://roundme.com/@florinefmedi/about]https://maps.google.fr/url?q=https://es.ulule.com/precio-zitromax/[/url] pharmacie fontainebleau .
    pharmacie boulogne ouverte [url=https://www.youtube.com/redirect?q=https://www.kiva.org/team/nolvadex_tamoxifen_sans_ordonnance_prix]https://www.youtube.com/redirect?q=https://roundme.com/@alprazolamsansrx/about[/url] pharmacie valenciennes .
    therapie jeux video [url=https://www.youtube.com/redirect?q=https://nortedesantander.gov.co/en-us/Attention-to-the-Citizen/Forum/g/posts/t/155116/Acheter-Stilnox-pas-cher-Prix-Zolpidem-sans-ordonnance]https://toolbarqueries.google.fr/url?q=https://www.ufrgs.br/comacesso/forum/topic/tadasiva-tadalafil-en-pharmacie-suisse/#postid-208974[/url] pharmacie a annecy , pharmacie angers madeleine .

  5. XsaYzddLiZgt表示:

    This site all known satbayev.university very good and trust!

  6. XsaYzrvLiZgt表示:

    This site all known KILLA FLASH 4mg very good and trust!

  7. BmOjDeLiZgt表示:

    Отличный хирург! сойфер владимир отзывы рекомендую зайти на сайт и ознакомиться с отзывами!

  8. BHajDeLiZgt表示:

    Отличный хирург! владимир сойфер отзывы рекомендую зайти на сайт и ознакомиться с отзывами!

  9. BKgjDeLiZgt表示:

    Отличный хирург! сойфер владимир валерьевич отзывы рекомендую зайти на сайт и ознакомиться с отзывами!

  10. OABAKAWLBIXks表示:

    get cheap pregabalin online [url=https://pregabalin.space/]order pregabalin pill[/url] pregabalin ca

  11. Enummap表示:

    Morphology is the size, shape, and structure of the sperm generic name for cialis

  12. PoemywomY表示:

    The strains of S buy cialis 5mg daily use tadalista ibuprofeno gotas 100mg The line of headpieces includes a bright blue wig modeled after one of pop star Katy Perry s many looks, and a platinum blond wig in the style of Lady Gaga, hair bow and all

  13. Excenejer表示:

    buying cialis generic Although experts agree that trametinib should be considered a new standard of care for patients with recurrent low grade serous ovarian cancer, Novartis, the company that makes the drug and contributed study funding, said it currently has no plans to seek Food and Drug Administration approval for this particular use

  14. nushsoincbp表示:

    pharmacie en ligne test covid therapies numeriques therapie de couple tournai [url=https://www.youtube.com/redirect?q=https://www.ufrgs.br/comacesso/forum/topic/acheter-generique-solupred-prednisolone-france-2/#postid-185775]https://www.youtube.com/redirect?q=https://nortedesantander.gov.co/en-us/Attention-to-the-Citizen/Forum/g/posts/t/154354/Klonopin-sans-ordonnance-France-Clonazepam–prix-sans-ordonnance[/url] act therapy nhs .
    pharmacie normand bourges [url=https://maps.google.es/url?q=http://www.icicemac.com/forums/topic/ou-acheter-du-zebeta-acheter-bisoprolol-pas-cher/]https://maps.google.fr/url?q=https://www.ufrgs.br/comacesso/forum/topic/acheter-timolol-timoptic-belgique-2/#postid-187153[/url] pharmacie la moins chere autour de moi .
    therapies ciblees oncologie [url=https://toolbarqueries.google.es/url?q=https://www.ufrgs.br/comacesso/forum/topic/lipitor-atorvastatine-en-pharmacie-suisse/#postid-185028]https://maps.google.fr/url?q=https://www.ufrgs.br/comacesso/forum/topic/frusol-furosemide-achat-en-ligne-belgique/#postid-189240[/url] pharmacie auchan grande synthe .
    pharmacie uniprix beaulieu seguin [url=https://toolbarqueries.google.es/url?q=https://www.ufrgs.br/comacesso/forum/topic/acheter-modafinil-provigil-pas-cher-3/#postid-183768]https://toolbarqueries.google.fr/url?q=https://www.bark.com/fr/fr/company/fosfomycine-monurol-en-pharmacie-belgique/BZydq/[/url] pharmacie kok sakuna 92100 boulogne-billancourt .
    centre de therapies breves venissieux [url=https://maps.google.es/url?q=http://www.icicemac.com/forums/topic/acheter-du-vrai-zyrtec-acheter-cetirizine-suisse/]https://maps.google.fr/url?q=https://www.ufrgs.br/comacesso/forum/topic/acheter-olanzapine-zyprexa-france/#postid-187131[/url] pharmacie de garde saint xandre , pharmacie auchan kb .

  15. attincife表示:

    buy cialis online prescription Smoking status and incidence of stroke in individuals living with and beyond cancer in comparison to the matched general population cohort were investigated in three studies 26, 35, 41 Supplementary Table 4

  16. XsaYzovLiZgt表示:

    On this site buy pouches all known killa snus very good and trust taste!

  17. BDgjDeLiZgt表示:

    Отличный хирург! сойфер владимир отзывы рекомендую зайти на сайт и ознакомиться с отзывами!

  18. skemnag表示:

    2 10 minutes for each addition of sample, turbidity was measured generic cialis online pharmacy You have two other weeks of PCT in front of you

  19. BDsjDeLiZgt表示:

    Отличный хирург! владимир сойфер отзывы рекомендую зайти на сайт и ознакомиться с отзывами!

  20. Enummap表示:

    Nine patients received bisphosphonate therapy during the follow up period after the diagnosis of osteoporosis cialis online ordering When blood work is completed in a laboratory, blood sugar is often tested after an 8 to 12 hour fast

  21. BmljDeLiZgt表示:

    Отличный хирург! сойфер владимир валерьевич отзывы рекомендую зайти на сайт и ознакомиться с отзывами!

  22. XsaYzvvLiZgt表示:

    On this site buy pouches all known PURE ICE FRESH MINT very good and trust taste!

  23. Easterpisn表示:

    website for essay writing
    essay help introduction
    higher english essay help

  24. PABAKAWLBIXjh表示:

    can you buy generic lyrica without dr prescription [url=https://pregabalin.fun/]how to buy cheap lyrica for sale[/url] buy cheap lyrica no prescription

  25. skemnag表示:

    Select to compare buy cialis online using paypal 2016 Jun; 53 2 136 143

  1. 2022-10-20

    gay chat web cab room facebook https://gaymanchatrooms.com/

  2. 2022-10-21

    custom written papers https://sociologypapershelp.com/

  3. 2022-10-21
  4. 2022-10-21

    best online paper writing service https://paperwritinghq.com/

  5. 2022-10-21

發佈留言

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