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 } }
Nearly all of what you articulate is astonishingly accurate and it makes me ponder why I hadn’t looked at this with this light previously. Your piece truly did turn the light on for me personally as far as this particular subject matter goes. But there is actually one particular point I am not really too comfortable with so whilst I attempt to reconcile that with the actual central theme of your issue, permit me see what all the rest of the readers have to say.Well done.
This actually answered my drawback, thank you!
Thank you for this article. I would also like to state that it can always be hard when you find yourself in school and merely starting out to establish a long history of credit. There are many individuals who are only trying to pull through and have a lengthy or beneficial credit history are often a difficult thing to have.
Профессиональный сервисный центр по ремонту компьютероной техники в Москве.
Мы предлагаем: ремонт компьютеров на дому в москве
Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!
I?m no longer sure the place you are getting your info, but great topic. I must spend a while learning much more or understanding more. Thank you for wonderful information I was on the lookout for this info for my mission.
I am grateful for your post. I’d prefer to say that the cost of car insurance differs a lot from one insurance policy to another, due to the fact there are so many different facets which contribute to the overall cost. For example, the model and make of the motor vehicle will have a massive bearing on the charge. A reliable outdated family car will have a more economical premium compared to a flashy fancy car.
Hey There. I found your weblog the usage of msn. This is an extremely neatly written article. I?ll make sure to bookmark it and return to learn more of your useful information. Thank you for the post. I?ll certainly return.
Профессиональный сервисный центр по ремонту фототехники в Москве.
Мы предлагаем: профессиональный ремонт фотовспышек
Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!
Подробнее на сайте сервисного центра remont-vspyshek-realm.ru
Hi there, simply became alert to your weblog through Google, and found that it is truly informative. I?m going to be careful for brussels. I will be grateful for those who continue this in future. A lot of other people will be benefited out of your writing. Cheers!
Good ? I should definitely pronounce, impressed with your site. I had no trouble navigating through all tabs as well as related info ended up being truly easy to do to access. I recently found what I hoped for before you know it in the least. Quite unusual. Is likely to appreciate it for those who add forums or something, website theme . a tones way for your customer to communicate. Excellent task..
Excellent beat ! I wish to apprentice while you amend your site, how could i subscribe for a blog site? The account aided me a acceptable deal. I had been a little bit acquainted of this your broadcast provided bright clear concept
My web-site; Daycare Near Me
Thanks for your useful post. Through the years, I have come to be able to understand that the particular symptoms of mesothelioma are caused by this build up connected fluid between lining of your lung and the chest cavity. The condition may start within the chest spot and spread to other areas of the body. Other symptoms of pleural mesothelioma cancer include weight reduction, severe deep breathing trouble, vomiting, difficulty eating, and bloating of the face and neck areas. It really should be noted that some people existing with the disease do not experience just about any serious indicators at all.
This will be a great web page, might you be involved in doing an interview regarding how you developed it? If so e-mail me!
Good day! I just would like to give a huge thumbs up for the great data you’ve right here on this post. I shall be coming back to your blog for extra soon.
mexican mail order pharmacies: medicine in mexico pharmacies – medicine in mexico pharmacies
What i do not realize is actually how you are not actually much more well-liked than you might be right now. You’re so intelligent. You realize thus considerably relating to this subject, made me personally consider it from numerous varied angles. Its like men and women aren’t fascinated unless it?s one thing to accomplish with Lady gaga! Your own stuffs excellent. Always maintain it up!
I enjoy, result in I discovered just what I was taking a look for. You have ended my four day long hunt! God Bless you man. Have a nice day. Bye
Magnificent items from you, man. I have take into accout your stuff previous to and you are simply extremely fantastic. I really like what you have obtained here, certainly like what you’re stating and the way in which through which you say it. You are making it enjoyable and you still take care of to stay it wise. I can not wait to learn far more from you. This is really a terrific website.
certainly like your web site however you have to check the spelling on quite a few of your posts. Many of them are rife with spelling problems and I in finding it very troublesome to inform the truth on the other hand I will definitely come back again.
Thanks for the tips you share through this website. In addition, lots of young women who seem to become pregnant never even try to get medical insurance because they are concerned they might not qualify. Although a lot of states right now require that insurers provide coverage regardless of pre-existing conditions. Prices on these guaranteed programs are usually higher, but when with the high cost of health care it may be a safer route to take to protect the financial potential.
I have not checked in here for some time since I thought it was getting boring, but the last several posts are great quality so I guess I will add you back to my everyday bloglist. You deserve it my friend 🙂
mexican online pharmacies prescription drugs: best online pharmacies in mexico – buying prescription drugs in mexico online
Рекомендую именно этот Реабилитационный центр Киев
okmark your blog and check again here frequently. I am quite certain I?ll learn many new stuff right here! Best of luck for the next!
п»їlegitimate online pharmacies india best india pharmacy mail order pharmacy india
target pharmacy cipro plavix pharmacy card rite aid online pharmacy
online pharmacy painkillers loratadine online pharmacy zyban online pharmacy
mexican pharmaceuticals online: buying prescription drugs in mexico – purple pharmacy mexico price list
methotrexate pharmacy mistake: fry’s food store pharmacy hours – online pharmacy no prescription needed percocet