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);
日期和時間字母表
字母 日期或時間元素
表示 示例
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
時間格式轉換 時間戳的轉換
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...