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

38,114 Responses

  1. 1win_cbPr表示:

    1win ставки официальный сайт http://1win11.am/ .

  2. Some tips i have observed in terms of computer system memory is the fact there are requirements such as SDRAM, DDR and the like, that must match up the specifications of the motherboard. If the computer’s motherboard is reasonably current and there are no computer OS issues, modernizing the memory space literally normally takes under an hour or so. It’s among the list of easiest computer upgrade types of procedures one can picture. Thanks for expressing your ideas.

  3. Perhaps I’ll reduce my hair off now.

  4. DonaldTyclE表示:

    Vibracion del motor
    Dispositivos de balanceo: importante para el rendimiento uniforme y productivo de las equipos.

    En el ambito de la tecnologia avanzada, donde la eficiencia y la confiabilidad del aparato son de gran importancia, los dispositivos de balanceo cumplen un papel fundamental. Estos dispositivos especializados estan creados para ajustar y regular elementos rotativas, ya sea en maquinaria productiva, automoviles de desplazamiento o incluso en electrodomesticos hogarenos.

    Para los especialistas en conservacion de aparatos y los ingenieros, trabajar con sistemas de equilibrado es esencial para garantizar el operacion suave y confiable de cualquier mecanismo dinamico. Gracias a estas herramientas innovadoras avanzadas, es posible limitar significativamente las sacudidas, el estruendo y la esfuerzo sobre los rodamientos, prolongando la duracion de partes valiosos.

    Asimismo trascendental es el funcion que desempenan los equipos de ajuste en la soporte al comprador. El asistencia experto y el mantenimiento regular empleando estos aparatos facilitan proporcionar servicios de gran calidad, elevando la satisfaccion de los compradores.

    Para los propietarios de empresas, la inversion en equipos de balanceo y detectores puede ser fundamental para mejorar la eficiencia y desempeno de sus sistemas. Esto es especialmente significativo para los emprendedores que dirigen reducidas y medianas negocios, donde cada detalle cuenta.

    Por otro lado, los dispositivos de balanceo tienen una amplia implementacion en el campo de la fiabilidad y el gestion de excelencia. Habilitan localizar posibles fallos, previniendo mantenimientos costosas y danos a los dispositivos. Mas aun, los datos extraidos de estos equipos pueden usarse para perfeccionar sistemas y mejorar la exposicion en buscadores de consulta.

    Las zonas de utilizacion de los sistemas de balanceo incluyen diversas sectores, desde la fabricacion de ciclos hasta el monitoreo ambiental. No influye si se trata de importantes elaboraciones industriales o limitados espacios hogarenos, los equipos de balanceo son fundamentales para proteger un rendimiento optimo y sin fallos.

  5. Victorprima表示:

    Their patient care is unparalleled.
    cytotec cheap
    Their global presence ensures prompt medication deliveries.

  6. I am usually to blogging and i really appreciate your content. The article has really peaks my interest. I am going to bookmark your web site and keep checking for brand new information.

  7. 1win_deKr表示:

    1вин официальный регистрация https://1win12.am .

  8. go to see表示:

    Your style is really unique in comparison to other folks I have read stuff from. I appreciate you for posting when you have the opportunity, Guess I’ll just bookmark this blog.

  9. Hi! This post couldn’t be written any better! Reading this post reminds me of my good old room mate! He always kept chatting about this. I will forward this write-up to him. Fairly certain he will have a good read. Many thanks for sharing!

  10. Victorprima表示:

    Always a step ahead in international healthcare trends.
    how can i get cipro for sale
    Their international health workshops are invaluable.

  11. Jasonzitte表示:

    Helpful, friendly, and always patient.
    lisinoprilpharm24.top
    Their global health insights are enlightening.

  12. Jasonzitte表示:

    Their pharmacists are top-notch; highly trained and personable.
    where can i buy cheap lisinopril for sale
    They have a fantastic range of supplements.

  13. Victorprima表示:

    Always leaving this place satisfied.
    order clomid for sale
    They offer great recommendations on vitamins.

  14. Nevertheless, a 2007 experiment run by TIGHAR tried to see if coconut crabs might haul away the bones of a pig carcass, and although many of them came and fed on it, no large bones were lugged off into the forest.

  15. WalterCherm表示:

    Their global health resources are unmatched.
    https://cytotecpharm24.top/
    Leading the charge in international pharmacy standards.

  16. After research a couple of of the weblog posts in your website now, and I actually like your method of blogging. I bookmarked it to my bookmark website list and can be checking again soon. Pls try my website as properly and let me know what you think.

  17. 1win_zfMl表示:

    1win ставки официальный сайт https://1win13.am .

  18. WalterCherm表示:

    Their international health forums provide crucial insights.
    https://lisinoprilpharm24.top/
    A global name with a reputation for excellence.

  19. Thanks for discussing your ideas. One thing is that college students have an alternative between fed student loan plus a private education loan where its easier to choose student loan debt consolidation reduction than with the federal education loan.

  20. This really answered my downside, thanks!

  21. I have discovered some important things through your site post. One other point I would like to say is that there are many games out there designed in particular for preschool age children. They consist of pattern identification, colors, family pets, and designs. These generally focus on familiarization instead of memorization. This will keep children occupied without having a sensation like they are studying. Thanks

  22. One other issue issue is that video games usually are serious in nature with the principal focus on understanding rather than fun. Although, it has an entertainment aspect to keep your kids engaged, each game is normally designed to develop a specific set of skills or curriculum, such as numbers or scientific research. Thanks for your post.

  23. RileyBok表示:

    Viagra * Cialis * Levitra

    All the products you are looking for are currently convenient in support of 1+1.

    4 more tablets of an individual of the following services: Viagra * Cialis * Levitra

    https://xn--2i0bm4p0sf2wh7vdmsy.net

  24. When I initially commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get several emails with the same comment. Is there any way you can remove me from that service? Many thanks!

  25. WalterCherm表示:

    A powerhouse in international pharmacy.
    https://gabapentinpharm24.top/
    A reliable pharmacy that connects patients globally.

  26. I have noticed that intelligent real estate agents just about everywhere are Promotion. They are noticing that it’s more than simply placing a poster in the front place. It’s really regarding building associations with these suppliers who at some time will become customers. So, while you give your time and energy to aiding these sellers go it alone : the “Law involving Reciprocity” kicks in. Interesting blog post.

  27. Today, with all the fast chosen lifestyle that everyone leads, credit cards have a huge demand throughout the market. Persons throughout every area of life are using the credit card and people who aren’t using the credit card have made arrangements to apply for one. Thanks for revealing your ideas in credit cards.

  28. You can definitely see your expertise in the paintings you write. The world hopes for more passionate writers such as you who aren’t afraid to say how they believe. At all times follow your heart.

  29. Jasonzitte表示:

    A game-changer for those needing international medication access.
    where buy cheap cipro for sale
    A reliable pharmacy that connects patients globally.

發佈回覆給「best polygon casinos」的留言 取消回覆

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