時間格式的轉換

2021-05-23 08:37:04 字數 2035 閱讀 8331

string型別轉為date型別

string time = "2010-10-19 15:22:00";

date d = timestamp.valueof(time);

注意:當time中月份和天數小於10時會報錯

string型別格式化返回string型別

string time = "2010-10-19 15:22:00"; date d = timestamp.valueof(time); ******dateformat ******dateformat = new ******dateformat("yyyy年mm月dd日 e");

time = ******dateformat.format(d);

date型別格式化返回string型別

date d1 = new date();

******dateformat ******dateformat1= new ******dateformat("yyyy年mm月dd日 e"); string time = ******dateformat.format(d);

日期和時間字母表

字母 日期或時間元素

表示 示例

gera 標誌符

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

aam/pm 標記

text

pm

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

number

0

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

number

24

kam/pm 中的小時數(0-11)

number

0

ham/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

時間格式轉換 時間戳的轉換

1 thu mar 07 2019 12 00 00 gmt 0800 中國標準時間 轉換為 2019 03 07 12 00 00 const d new date thu mar 07 2019 12 00 00 gmt 0800 中國標準時間 const resdate d.getfullye...

時間格式的轉換

包含檔案 ifndef time t define time t 避免重複定義 time t typedef long time t 時間值time t 為長整型的別名 endif 描述 c 庫函式struct tm localtime const time t timer 使用 timer 的值來...

時間格式轉換

一 在mysql中完成 這種方式在mysql查詢語句中轉換,優點是不占用php解析器的解析時間,速度快,缺點是只能用在資料庫查詢中,有侷限性。1.unix時間戳轉換為日期用函式 from unixtime 一般形式 select from unixtime 1156219870 2.日期轉換為uni...