java格式化時間使用的模式字母大全

2021-09-19 21:55:53 字數 1122 閱讀 7349

字母    含義                型別          表現形式

g    era 標誌符             text          ad  

y    年                    year        1996; 96  

m    年中的月份             month     july; jul; 07  

w    年中的週數             number        27  

w    月份中的週數           number         2  

d    年中的天數             number        189  

d    月份中的天數           number        10  

f    月份中的星期           number         2  

e    星期中的天數           text      tuesday; tue  

a    am/pm 標記             text          pm  

h    一天中的小時數(0-23)   number         0  

k    一天中的小時數(1-24)   number        24  

k    am/pm 中的小時數(0-11) number         0  

h    am/pm 中的小時數(1-12) number        12  

m    小時中的分鐘數         number         30  

s    分鐘中的秒數           number        55  

s    毫秒數                number        978  

z    時區          general time zone   pacific standard time; pst; gmt-08:00  

z    時區          rfc 822 time zone      -0800

java格式化時間使用的模式字母大全

字母 含義 型別 表現形式 g era 標誌符 text ad y 年 year 1996 96 m 年中的月份 month july jul 07 w 年中的週數 number 27 w 月份中的週數 number 2 d 年中的天數 number 189 d 月份中的天數 number 10 f...

格式化時間日期(Java)

工作中遇到的乙個問題,順便記錄一下。假設獲取到的時間日期的值為乙個string型別,例如 string time now 2018 4 28 17 04 05 當我們需要單獨取前面的日期或者後面的時間的時候,我們需要經過處理 private string gettime string end els...

C date format 使用C 格式化時間

c date format 使用c 格式化時間 datetime dt datetime.now label1.text dt.tostring 2005 11 5 13 21 25 label2.text dt.tofiletime tostring 127756416859912816 labe...