下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、java 時間格式化問題java.util.*;import java.tt.*;import java.util.calendar; public class vedate /* * 獵取現(xiàn)在時光 * * return 返回時光類型 yyyy-mm- hh:mm:ss */ public ic date getnowdate() date currenttime = new date(); simpledatefoat formatter = new simpledateformat("yyyy-mm-dd hh:mm:ss"); sing string = format
2、ter.format(currenttime); parseposition pos = new parseposition(8); date currenttime_2 = formatter.parse(datestring, pos); return currenttime_2; /* * 獵取現(xiàn)在時光 * * return返回短時光格式 yyyy-mm-dd */ public static date getnowdateshort() date currenttime = new date(); simpledateformat formatter = new simpledatef
3、ormat("yyyy-mm-dd"); string datestring = formatter.format(currenttime); parseposition pos = new parseposition(8); date currenttime_2 = formatter.parse(datestring, pos); return currenttime_2; /* * 獵取現(xiàn)在時光 * * return返回字符串格式 yyyy-mm-dd hh:mm:ss */ public static string getstringdate() date curr
4、enttime = new date(); simpledateformat formatter = new simpledateformat("yyyy-mm-dd hh:mm:ss"); string datestring = formatter.format(currenttime); return datestring; /* * 獵取現(xiàn)在時光 * * return 返回短時光字符串格式y(tǒng)yyy-mm-dd */ public static string getstringdateshort() date currenttime = new date(); simp
5、ledateformat formatter = new simpledateformat("yyyy-mm-dd"); string datestring = formatter.format(currenttime); return datestring; /* * 獵取時光 小時:分;秒 hh:mm:ss * * return */ public static string gettimeshort() simpledateformat formatter = new simpledateformat("hh:mm:ss"); date curre
6、nttime = new date(); string datestring = formatter.format(currenttime); return datestring; /* * 將長時光格式字符串轉(zhuǎn)換為時光 yyyy-mm-dd hh:mm:ss * * param strdate * return */ public static date strtodatelong(string strdate) simpledateformat formatter = new simpledateformat("yyyy-mm-dd hh:mm:ss"); parsep
7、osition pos = new parseposition(0); date strtodate = formatter.parse(strdate, pos); return strtodate; /* * 將長時光格式時光轉(zhuǎn)換為字符串 yyyy-mm-dd hh:mm:ss * * param datedate * return */ public static string datetostrlong(java.util.date datedate) simpledateformat formatter = new simpledateformat("yyyy-mm-dd
8、hh:mm:ss"); string datestring = formatter.format(datedate); return datestring; /* * 將短時光格式時光轉(zhuǎn)換為字符串 yyyy-mm-dd * * param datedate * param k * return */ public static string datetostr(java.util.date datedate) simpledateformat formatter = new simpledateformat("yyyy-mm-dd"); string datest
9、ring = formatter.format(datedate); return datestring; /* * 將短時光格式字符串轉(zhuǎn)換為時光 yyyy-mm-dd * * param strdate * return */ public static date strtodate(string strdate) simpledateformat formatter = new simpledateformat("yyyy-mm-dd"); parseposition pos = new parseposition(0); date strtodate = format
10、ter.parse(strdate, pos); return strtodate; /* * 得到現(xiàn)在時光 * * return */ public static date getnow() date currenttime = new date(); return currenttime; /* * 提取一個月中的最后一天 * * param day * return */ public static date getlastdate(long day) date date = new date(); long date_3_hm = date.gettime() - 3600000 *
11、34 * day; date date_3_hm_date = new date(date_3_hm); return date_3_hm_date; /* * 得到現(xiàn)在時光 * * return 字符串 yyyymmdd hhmmss */ public static string getstringtoday() date currenttime = new date(); simpledateformat formatter = new simpledateformat("yyyymmdd hhmmss"); string datestring = formatter
12、.format(currenttime); return datestring; /* * 得到現(xiàn)在小時 */ public static string gethour() date currenttime = new date(); simpledateformat formatter = new simpledateformat("yyyy-mm-dd hh:mm:ss"); string datestring = formatter.format(currenttime); string hour; hour = datestring.bstring(11, 13);
13、 return hour; /* * 得到現(xiàn)在分鐘 * * return */ public static string gettime() date currenttime = new date(); simpledateformat formatter = new simpledateformat("yyyy-mm-dd hh:mm:ss"); string datestring = formatter.format(currenttime); string min; min = datestring.substring(14, 16); return min; /*
14、* 按照用戶傳入的時光表示格式,返回當(dāng)前時光的格式 假如是yyyymmdd,注重字母y不能大寫。 * * param sformat * yyyymmddhhmmss * return */ public static string getuserdate(string sformat) date currenttime = new date(); simpledateformat formatter = new simpledateformat(sformat); string datestring = formatter.format(currenttime); return datestring; /* * 二個小時時光間的差值,必需保證二個時光都是"hh:mm"的格式,返回字符型的分鐘 */ public static string gettwohour(string st1, string st2) string kk = null; string jj = null; kk = st1.(":"); jj = st2.split(&
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(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)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年度工程建設(shè)項目協(xié)議范本
- 2024年商用經(jīng)營權(quán)租賃協(xié)議
- 7.5相對論時空觀與牛頓力學(xué)的局限性(含答案)-2022-2023學(xué)年高一物理同步精講義(人教2019必修第二冊 )
- 2024年國際貨物運(yùn)輸銷售協(xié)議模板
- 兒童撫養(yǎng)權(quán)轉(zhuǎn)移協(xié)議模板2024年
- 2024年無房產(chǎn)證私房買賣協(xié)議范本
- 2024年度個人汽車租賃協(xié)議范本
- 2024年酒吧業(yè)主權(quán)益轉(zhuǎn)讓協(xié)議
- BF2024年二手房銷售協(xié)議模板
- 2024年度龍湖房地產(chǎn)開發(fā)建設(shè)協(xié)議
- 北京市商業(yè)地產(chǎn)市場細(xì)分研究
- 2023-2024學(xué)年重慶市大足區(qū)八年級(上)期末數(shù)學(xué)試卷(含解析)
- 肺結(jié)節(jié)科普知識宣講
- 網(wǎng)絡(luò)直播營銷
- 2024年節(jié)能減排培訓(xùn)資料
- 2024傳染病預(yù)防ppt課件完整版
- 2024年華融實(shí)業(yè)投資管理有限公司招聘筆試參考題庫含答案解析
- 2024年1月普通高等學(xué)校招生全國統(tǒng)一考試適應(yīng)性測試(九省聯(lián)考)歷史試題(適用地區(qū):貴州)含解析
- 《寬容待人 正確交往》班會課件
- HSK五級必過考前輔導(dǎo)課件
- 小兒胃腸功能紊亂護(hù)理查房課件
評論
0/150
提交評論