不同程式語言的格式化引數不一樣!!!
字母日期或時間元素
表示示例
gera 標誌符
textady
年year
1996; 96
m年中的月份
month
july; jul; 07
w年中的週數
number27w
月份中的週數
number2d
年中的天數
number
189d
月份中的天數
number10f
月份中的星期
number2e
星期中的天數
text
tuesday; tue
aam/pm 標記
textpmh
一天中的小時數(0-23)
number0k
一天中的小時數(1-24)
number24k
am/pm 中的小時數(0-11)
number0h
am/pm 中的小時數(1-12)
number12m
小時中的分鐘數
number30s
分鐘中的秒數
number55s
毫秒數number
978z
時區general time zone
pacific standard time; pst; gmt-08:00z時區
rfc 822 time zone
-800
%a abbreviated weekday name
本地簡化星期名稱
%a full weekday name
本地完整星期名稱
%b abbreviated month name
本地簡化的月份名稱
%b full month name
本地完整的月份名稱
本地相應的日期表示和時間表示
%d day of month as decimal number (01 - 31)
月內中的一天(0-31)
%h hour in 24-hour format (00 - 23)
24 小時制小時數(0-23)
%i hour in 12-hour format (01 - 12)
12 小時制小時數(01-12)
%j day of year as decimal number (001 - 366)
年內的一天(001-366)
%m month as decimal number (01 - 12)
月份(01-12)
%m minute as decimal number (00 - 59)
分鐘數(00=59)
%p current locale's a.m./p.m. indicator for 12-hour clock
本地 a.m. 或 p.m. 的等價符
%s second as decimal number (00 - 59)
秒(00-59)
%u week of year as decimal number, with sunday as first day of week (00 - 51)
一年中的星期數(00-53)星期天為星期的開始
%w weekday as decimal number (0 - 6; sunday is 0)
星期(0-6),星期天為星期的開始
%w week of year as decimal number, with monday as first day of week (00 - 51)
一年中的星期數(00-53)星期一為星期的開始
%x date representation for current locale
本地相應的日期表示
%x time representation for current locale
本地相應的時間表示
%y year without century, as decimal number (00 - 9
9) 兩位數的年份表示(00-99)
%y year with century, as decimal number
四位數的年份表示(000-9999)
%z %z time-zone name or abbreviation; no characters if time zone is unknown
當前時區的名稱
%% percent sign
% 號本身 年
y 西元前加- 月
m 日 d
星期 w
時 hh
00到24 分
m 秒 s毫秒 sss
mysql格式化日期 format 引數格式
format引數的格式有 a縮寫星期名 b縮寫月名 c月,數值 d帶有英文本首的月中的天 d月的天,數值 00 31 e月的天,數值 0 31 f微秒 h小時 00 23 h小時 01 12 i小時 01 12 i分鐘,數值 00 59 j年的天 001 366 k小時 0 23 l小時 1 12 ...
MySQL日期時間格式化引數
mysql中常常會用到對日期的格式化,比如按某時間格式計算間隔,按某時間格式統計資訊等等,所以整理了一下日期格式化的引數,可以根據自己的需求進行組合使用。使用例子如下 1 select date format now y m d h i s 2 select date format 2018 10 ...
格式化日期
格式化日期 輸出形式取決於使用者計算機的文化設定。using system using system.globalization public class mainclass string date for int i 0 i format.length i d 07 11 2004 輸出 d su...