android 中 系統(tǒng)日期時間的獲取_第1頁
已閱讀1頁,還剩1頁未讀 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領

文檔簡介

1、[java]viewplaincopyprint1.imptjava.text.SimpleDateFmat2.3.SimpleDateFmatfmatter=newSimpleDateFmat(“yyyy年MM月dd日HH:mm:ss“)4.DatecurDate=newDate(System.currentTimeMillis())獲取當前時間5.Stringstr=fmatter.fmat(curDate)可以獲取當前的年月時分也

2、可以分開寫:[java]viewplaincopyprint1.SimpleDateFmatsDateFmat=newSimpleDateFmat(“yyyyMMddhh:mm:ss“)2.Stringdate=sDateFmat.fmat(newjava.util.Date())如果想獲取當前的年月則可以這樣寫(只獲取時間或秒種一樣):Java代碼[java]viewplaincopyprint1.SimpleDateFmatsdf=

3、newSimpleDateFmat(“yyyyMM“)2.Stringdate=sdf.fmat(newjava.util.Date())當然還有就是可以指定時區(qū)的時間(待):[java]viewplaincopyprint1.df=DateFmat.getDateTimeInstance(DateFmat.FULLDateFmat.FULLLocale.CHINA)2.System.out.println(df.fmat(newDat

4、e()))如何如何獲取roid系統(tǒng)時間統(tǒng)時間是24小時制還是12小時制[java]viewplaincopyprint1.ContentResolvercv=this.getContentResolver()2.StringstrTimeFmat=roid.provider.Settings.System.getString(cv3.roid.provider.Settings.System.TIME_12_24)4.5.if(strT

5、imeFmat.equals(“24“))6.7.Log.i(“activity““24“)8.[java]viewplaincopyprint1.Calendarc=Calendar.getInstance()2.取得系統(tǒng)日期:year=c.get(Calendar.YEAR)3.month=c.grt(Calendar.MONTH)4.day=c.get(Calendar.DAY_OF_MONTH)5.取得系統(tǒng)時間:hour=c.g

6、et(Calendar.HOUR_OF_DAY)6.minute=c.get(Calendar.MINUTE)利用Calendar獲取[java]viewplaincopyprint1.Calendarc=Calendar.getInstance()2.取得系統(tǒng)日期:year=c.get(Calendar.YEAR)3.month=c.grt(Calendar.MONTH)4.day=c.get(Calendar.DAY_OF_MONT

7、H)5.取得系統(tǒng)時間:hour=c.get(Calendar.HOUR_OF_DAY)6.minute=c.get(Calendar.MINUTE)7.Calendarc=Calendar.getInstance()8.取得系統(tǒng)日期:year=c.get(Calendar.YEAR)9.month=c.grt(Calendar.MONTH)10.day=c.get(Calendar.DAY_OF_MONTH)11.取得系統(tǒng)時間:hour

8、=c.get(Calendar.HOUR_OF_DAY)12.minute=c.get(Calendar.MINUTE)利用Time獲取[java]viewplaincopyprint1.Timet=newTime()Timet=newTime(“GMT8“)加上TimeZone資料。2.t.setToNow()取得系統(tǒng)時間。3.intyear=t.year4.intmonth=t.month5.intdate=t.monthDay6.

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論