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

37,330 Responses

  1. WalterCherm表示:

    Providing global access to life-saving medications.
    https://gabapentinpharm24.top/
    The best place for quality health products.

  2. dhffld表示:

    Thanks a lot for your post. I would really like to write my opinion that the price of car insurance varies greatly from one plan to another, mainly because there are so many different issues which give rise to the overall cost. For instance, the make and model of the car or truck will have a tremendous bearing on the price. A reliable ancient family motor vehicle will have an inexpensive premium compared to a flashy sports car.

  3. Jasonzitte表示:

    A pharmacy that truly understands customer service.
    gabapentin for withdrawal from suboxone
    A global name with a reputation for excellence.

  4. Excellent read, I just passed this onto a colleague who was doing a little research on that. And he just bought me lunch as I found it for him smile Thus let me rephrase that: Thanks for lunch!

  5. Jasonzitte表示:

    They have a fantastic range of supplements.
    can you get clomid without a prescription
    Leading with integrity on the international front.

  6. Jorgeham表示:

    ак заказать продвижение сайта и понять цену?
    В прошлом посте мы рассказали, почему продвижение сайта в топ Yandex важно для вашего бизнеса. Сегодня разберём, как заказать продвижение сайта у SMM Portable и что влияет на цену услуги. Этот пост поможет вам освоить процесс и выбрать лучший план для раскрутки сайта.
    Как заказать SEO-услуги?
    Процесс заказа прост и включает три шага:
    Связаться с нами: Напишите нам в Telegram или заполните форму на сайте SMM Portable.
    продвижение по службе
    Предоставить информацию: Укажите URL сайта, целевые запросы (например, “купить мебель в Москве”) и цели бизнеса.

    Консультация и анализ: Мы проведём аудит вашего сайта, оценим конкурентов и предложим стратегию продвижения.
    После этого мы берём всё в свои руки, чтобы ваш сайт начал привлекать больше клиентов.
    Как формируется цена?
    Стоимость SEO зависит от нескольких факторов:
    Уровень конкуренции: Высококонкурентные ниши (например, недвижимость) требуют больше ресурсов.

    Состояние сайта: Новый сайт или сайт с ошибками нуждается в дополнительной оптимизации.

    Ключевые запросы: Продвижение по популярным словам дороже, чем по узким запросам.
    Примерные цены:
    Для малого бизнеса (локальные запросы): от 50 000 руб./мес.

    Для интернет-магазина (средняя конкуренция): от 100 000 руб./мес.

    Для крупных проектов (высокая конкуренция): от 500 000 руб./мес.
    В эти суммы входят аудит, создание контента, работа со ссылками и техническая оптимизация.
    Почему стоит выбрать SMM Portable?
    Экспертиза в Yandex: Мы знаем, как работают алгоритмы 2025 года, и используем это для ваших результатов.

    Долгосрочный эффект: Наша цель — устойчивый рост, а не временные позиции.

    Успешные кейсы: Например, стоматология в Москве поднялась в топ-5 за полгода, увеличив трафик на 200%.
    Начните прямо сейчас!
    Заказать продвижение сайта проще простого: свяжитесь с нами, и мы подготовим для вас план и точную цену. В следующем посте расскажем о продвинутых методах раскрутки сайта. Подписывайтесь на SMM Portable, чтобы не пропустить!

  7. mom 토토表示:

    Thank you for some other fantastic article. Where else may just anybody get that type of information in such an ideal manner of writing? I’ve a presentation next week, and I’m at the look for such info.

  8. Georgeappox表示:

    Hidden World War II tunnels to open to public
    адвокат Запорожье

    In this week’s roundup of travel news: Denver’s weed church, zodiac predictions for the Year of the Snake, plus what promises to be London’s most ambitious – and deepest – new visitor attraction.

    Going underground
    Some 30 meters (98 feet) below central London lies a mile-long network of tunnels that is set to be the UK capital’s glitziest new tourist attraction, according to the company that’s secured planning approval for the $149 million transformation.

    The Kingsway Exchange Tunnels were built in the 1940s to shelter Londoners from the Blitz bombing campaign during World War II. That was the last time they were open to the general public. Their next wartime role was as the home of Britain’s top-secret Special Operations Executive, an offshoot of MI6 and the real-life inspiration for James Bond’s Q Branch.

    The new attraction will be a memorial to the Blitz, which Angus Murray, chief executive of the London Tunnels, told Reuters will be part museum, part exhibition and part entertainment space.

    The plan is to open to the public by late 2027 or early 2028. Read more here in our earlier story announcing the project.

    If you can’t wait until then to get down in the city’s bowels, London Transport Museum runs exclusive guided tours of its abandoned tube stations, including Down Street, a secret underground bunker that helped win World War II.
    Year of the Snake
    The first new moon of the lunar calendar fell on January 29, ushering in the Year of the Snake and the 15-day Spring Festival, a big annual highlight in China and for Chinese communities around the world.

    Here’s our guide to what it all means and, whether you’re a horse, goat, monkey, rooster or any other sign in the Chinese zodiac, here’s what the stars say are your predictions for the year ahead.

    Food is, of course, a key part of the celebrations. One of the most fun elements is the “prosperity toss,” kind of like a food fight with chopsticks but seasoned with auspicious blessings for the year ahead.

    For the culinarily adventurous, 2025 is a good time to visit Hong Kong and see how restaurants serve snake. Delights include snake balls and snake soup – and be sure to leave room for the penis wine. Watch here.

  9. We鈥檙e unashamedly part of that camp, and we’ve got fond memories of watching Eric (Topher Grace), Donna (Laura Prepon), Jackie (Mila Kunis), Hyde (Danny Masterson), Kelso (Ashton Kutcher) and Fez (Wilmer Valderrama) stir up hassle and navigate high school in Level Place, Wisconsin, which is why we鈥檙e taking the time right this moment to talk about the 10 greatest episodes of That 鈥?0s Show.

  10. 토토 수익表示:

    An additional issue is that video games usually are serious as the name indicated with the most important focus on knowing things rather than entertainment. Although, it comes with an entertainment part to keep your young ones engaged, each game will likely be designed to work on a specific expertise or course, such as math or science. Thanks for your posting.

  11. One thing I would like to touch upon is that weight loss program fast is possible by the suitable diet and exercise. Someone’s size not just affects appearance, but also the complete quality of life. Self-esteem, depressive disorder, health risks, and physical capabilities are influenced in an increase in weight. It is possible to do everything right and still gain. Should this happen, a medical problem may be the culprit. While an excessive amount of food and never enough workout are usually at fault, common health conditions and widely used prescriptions could greatly amplify size. Thanks a bunch for your post right here.

  12. Victorprima表示:

    Unrivaled in the sphere of international pharmacy.
    rx lisinopril
    World-class service at every touchpoint.

  13. Spot on with this write-up, I actually think this web site wants much more consideration. I?ll most likely be again to learn rather more, thanks for that info.

  14. 1win_dvma表示:

    1win партнерская программа вход http://www.cah.forum24.ru/?1-13-0-00001560-000-0-0-1741172791 .

  15. I have taken note that of all types of insurance, health care insurance is the most marked by controversy because of the turmoil between the insurance policy company’s need to remain making money and the client’s need to have insurance policy. Insurance companies’ revenue on wellness plans are extremely low, as a result some corporations struggle to earn profits. Thanks for the thoughts you reveal through this website.

  16. excellent publish, very informative. I ponder why the opposite experts of this sector don’t realize this. You must proceed your writing. I am sure, you have a huge readers’ base already!

  17. Thanks for the helpful post. It is also my belief that mesothelioma has an very long latency time, which means that symptoms of the disease won’t emerge until 30 to 50 years after the preliminary exposure to asbestos. Pleural mesothelioma, and that is the most common form and is affecting the area around the lungs, will cause shortness of breath, breasts pains, along with a persistent coughing, which may cause coughing up our blood.

  18. Hi, i think that i saw you visited my website so i came to ?return the favor?.I’m trying to find things to enhance my site!I suppose its ok to use a few of your ideas!!

  19. Your home is valueble for me. Thanks!?

  20. If your employer is sensible sufficient then they won’t wish to handle all of that stock (which they never get to see) either.

  21. WalterCherm表示:

    They always keep my medication history well-organized.
    https://cytotecpharm24.top/
    I’ve sourced rare medications thanks to their global network.

  22. very good publish, i actually love this website, keep on it

  23. Michaelflome表示:

    BetBoom 2025: A Plataforma Definitiva para Apostas Esportivas e Jogos de Cassino
    betboom brasil
    O aplicativo BetBoom e uma plataforma confiavel para apostas esportivas online e jogos de cassino no Brasil. Conhecido por suas opcoes de apostas profissionais e interface intuitiva, o BetBoom ajuda os usuarios a maximizar suas apostas com previsoes confiaveis e oportunidades lucrativas. Os jogadores podem iniciar sua experiencia com um bonus de R$500, tornando-o uma excelente escolha para apostadores em busca de sucesso em 2025. O app combina navegacao organizada com recursos personalizados para garantir uma experiencia eficiente e facil de usar para todos.

    Cadastre-se no BetBoom: 3 passos faceis para comecar a apostar e jogar no cassino!
    Ao se registrar uma conta na BetBoom, voce tera acesso a todas as apostas esportivas e jogos de cassino!

    Como criar uma conta na BetBoom?

    Para criar uma conta, clique no botao «Cadastre-se» no canto superior direito da pagina principal do site e insira todas as informacoes necessarias.

    Preencha o formulario de registro rapido!
    Digite o seu numero de CPF
    Escolha a sua data de nascimento (DD.MM.AAAA)
    Indique o genero (Sr./Sra.)
    Digite o seu CEP
    E clique no botao “Proximo Passo”!
    Se voce tem um codigo promocional, insira o nome dele no campo especial.

    Em seguida, aceite os termos do Betboom marcando as caixas:

    Eu concordo com os Termos, 18+, Politica de Privacidade, Jogo Responsavel (obrigatorio)
    Eu concordo em receber mensagens de marketing e publicidade (opcional)
    E clique no botao “Proximo Passo”!

    Passo #2: Informacoes de contato
    Digite seu nome e sobrenome
    Digite seu numero de telefone e clique em “confirmar” (Voce recebera um codigo de confirmacao no e-mail informado)
    Digite o codigo enviado por SMS
    Digite seu e-mail e clique em “confirmar” (Voce recebera um codigo de confirmacao no e-mail informado)
    Digite o codigo enviado para o seu e-mail
    Crie uma senha (min. 8 caracteres)
    Digite a cidade e o endereco

  24. What?s Happening i’m new to this, I stumbled upon this I’ve found It absolutely useful and it has helped me out loads. I hope to contribute & assist other users like its aided me. Good job.

  25. WalterCherm表示:

    They offer international health solutions without borders.
    https://gabapentinpharm24.top/
    A game-changer for those needing international medication access.

  26. Jasonzitte表示:

    They always keep my medication history well-organized.
    order generic cipro without rx
    Helpful, friendly, and always patient.

  27. Jasonzitte表示:

    Their global outlook is evident in their expansive services.
    how can i get cipro prices
    Long-Term Effects.

  28. Victorprima表示:

    The children’s section is well-stocked with quality products.
    how to get generic clomid no prescription
    Love their spacious and well-lit premises.

發佈回覆給「토토멘토 토토사이트」的留言 取消回覆

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