




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、java時(shí)間函數(shù)大全前段時(shí)間,做了一下Java的util包下的函數(shù)測試,覺得這個(gè)時(shí)間類的用法真多,不過也很簡單,這里和大家分享一下。日期類importjava.util.*;importjava.text.*;importpublicclassVeDate/*獲取現(xiàn)在時(shí)間*return返回時(shí)間類型yyyy-MM-ddHH:mm:ss*/publicstaticDategetNowDate()DatecurrentTime=newDate();SimpleDateFormatformatter=newSimpleDateFormat("yyyy-MM-ddHH:mm:ss")
2、;StringdateString=formatter.format(currentTime);ParsePositionpos=newParsePosition(8);DatecurrentTime_2=formatter.parse(dateString,pos);returncurrentTime_2;*獲取現(xiàn)在時(shí)間*return返回短時(shí)間格式y(tǒng)yyy-MM-dd*/publicstaticDategetNowDateShort()DatecurrentTime=newDate();SimpleDateFormatformatter=newSimpleDateFormat("y
3、yyy-MM-dd");StringdateString=formatter.format(currentTime);ParsePositionpos=newParsePosition(8);DatecurrentTime_2=formatter.parse(dateString,pos);returncurrentTime_2;/*獲取現(xiàn)在時(shí)間*return返回字符串格式y(tǒng)yyy-MM-ddHH:mm:ss*/publicstaticStringgetStringDate()DatecurrentTime=newDate();SimpleDateFormatformatter=ne
4、wSimpleDateFormat("yyyy-MM-ddHH:mm:ss");StringdateString=formatter.format(currentTime);returndateString;/*獲取現(xiàn)在時(shí)間*return返回短時(shí)間字符串格式y(tǒng)yyy-MM-dd*/publicstaticStringgetStringDateShort()DatecurrentTime=newDate();SimpleDateFormatformatter=newSimpleDateFormat("yyyy-MM-dd");StringdateStrin
5、g=formatter.format(currentTime);returndateString;/*獲取時(shí)間小時(shí):分;秒HH:mm:ss*return*/publicstaticStringgetTimeShort()SimpleDateFormatformatter=newSimpleDateFormat("HH:mm:ss");DatecurrentTime=newDate();StringdateString=formatter.format(currentTime);returndateString;/* 將長時(shí)間格式字符串轉(zhuǎn)換為時(shí)間yyyy-MM-ddHH:mm
6、:ss*paramstrDate*return*/publicstaticDatestrToDateLong(StringstrDate)SimpleDateFormatformatter=newSimpleDateFormat("yyyy-MM-ddHH:mm:ss");ParsePositionpos=newParsePosition(0);Datestrtodate=formatter.parse(strDate,pos);returnstrtodate;/* 將長時(shí)間格式時(shí)間轉(zhuǎn)換為字符串yyyy-MM-ddHH:mm:ss*paramdateDate*return*
7、/publicstaticStringdatdateDate)SimpleDateFormatformatter=newSimpleDateFormat("yyyy-MM-ddHH:mm:ss");StringdateString=formatter.format(dateDate);returndateString;/* 將短時(shí)間格式時(shí)間轉(zhuǎn)換為字符串yyyy-MM-dd*paramdateDate*paramk*return* /publicstaticStringdateDate)SimpleDateFormatformatter=newSimpleDateFormat
8、("yyyy-MM-dd");StringdateString=formatter.format(dateDate);returndateString;/*將短時(shí)間格式字符串轉(zhuǎn)換為時(shí)間yyyy-MM-dd*paramstrDate*return*/publicstaticDatestrToDate(StringstrDate)SimpleDateFormatformatter=newSimpleDateFormat("yyyy-MM-dd");ParsePositionpos=newParsePosition(0);Datestrtodate=forma
9、tter.parse(strDate,pos);returnstrtodate;/*得到現(xiàn)在時(shí)間*return*/publicstaticDategetNow()DatecurrentTime=newDate();returncurrentTime;/*提取一個(gè)月中的最后一天*paramday*return*/publicstaticDategetLastDate(longday)Datedate=newDate();longdate_3_hm=date.getTime()-3600000*34*day;Datedate_3_hm_date=newDate(date_3_hm);returnd
10、ate_3_hm_date;/*得到現(xiàn)在時(shí)間僅供個(gè)人學(xué)習(xí)參考*return字符串yyyyMMddHHmmss*可以再format中自己拼接顯示的格式,如yyyy-MM-dd或者yyyy/mm/dd*/publicstaticStringgetStringToday()DatecurrentTime=newDate();SimpleDateFormatformatter=newSimpleDateFormat("yyyyMMddHHmmss");StringdateString=formatter.format(currentTime);returndateString;/*
11、得到現(xiàn)在小時(shí)*/publicstaticStringgetHour()DatecurrentTime=newDate();SimpleDateFormatformatter=newSimpleDateFormat("yyyy-MM-ddHH:mm:ss");StringdateString=formatter.format(currentTime);Stringhour;hour=dateString.substring(11,13);returnhour;/*得到現(xiàn)在分鐘*return*/publicstaticStringgetTime()DatecurrentTime=newDate();SimpleDateFormatformatter=newSimpleDateFormat("yyyy-M
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 計(jì)算機(jī)一級??荚囶}及答案
- 植物學(xué)練習(xí)題庫(附答案)
- 電梯廣告投放合同協(xié)議書
- 租賃合同終止合同范本
- 建筑施工項(xiàng)目承包合同轉(zhuǎn)讓范本
- 最明確的借款合同
- 建筑設(shè)備租賃的合同范本
- 房地產(chǎn)開發(fā)公司勞動(dòng)合同模板
- 二手車購銷及售后服務(wù)合同
- 生態(tài)綠化養(yǎng)護(hù)與管理合同
- 爆破作業(yè)現(xiàn)場勘查記錄表(樣表)
- 臨床試驗(yàn)疑難問題解答
- 物資編碼手冊
- 中國神經(jīng)外科重癥患者氣道管理
- 畢業(yè)論文建筑沉降觀測
- 國航因私免折票系統(tǒng)
- 機(jī)電安裝總進(jìn)計(jì)劃橫道圖
- 精美教案封面(共1頁)
- 考試焦慮量表TAI(共2頁)
- 初中趣味數(shù)學(xué)(課堂PPT)
- 劉也-酯交換法聚碳酸酯生產(chǎn)工藝設(shè)計(jì)和制備
評論
0/150
提交評論