java 時間格式化問題_第1頁
全文預(yù)覽已結(jié)束

下載本文檔

版權(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)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論