mysql時間格式化

來源:互聯網
上載者:User
DATE_FORMA T(date, format) 根據格式串format 格式化日期或日期和時間值date,返回結果串。  可用DATE_FORMAT( ) 來格式化DATE 或DATETIME 值,以便得到所希望的格式。根據format字串格式化date值:  %S, %s 兩位元字形式的秒( 00,01, . . ., 59)  %i 兩位元字形式的分( 00,01, . . ., 59)  %H 兩位元字形式的小時,24 小時(00,01, . . ., 23)  %h, %I 兩位元字形式的小時,12 小時(01,02, . . ., 12)  %k 數字形式的小時,24 小時(0,1, . . ., 23)  %l 數字形式的小時,12 小時(1, 2, . . ., 12)  %T 24 小時的時間形式(h h : m m : s s)  %r 12 小時的時間形式(hh:mm:ss AM 或hh:mm:ss PM)  %p AM 或P M  %W 一周中每一天的名稱( S u n d a y, Monday, . . ., Saturday)  %a 一周中每一天名稱的縮寫( Sun, Mon, . . ., Sat)  %d 兩位元字表示月中的天數( 00, 01, . . ., 31)  %e 數字形式表示月中的天數( 1, 2, . . ., 31) %D 英文尾碼表示月中的天數( 1st, 2nd, 3rd, . . .)  %w 以數字形式表示周中的天數( 0 = S u n d a y, 1=Monday, . . ., 6=Saturday)  %j 以三位元字表示年中的天數( 001, 002, . . ., 366)  % U 周(0, 1, 52),其中Sunday 為周中的第一天  %u 周(0, 1, 52),其中Monday 為周中的第一天  %M 月名(J a n u a r y, February, . . ., December)  %b 縮寫的月名( J a n u a r y, February, . . ., December)  %m 兩位元字表示的月份( 01, 02, . . ., 12)  %c 數字表示的月份( 1, 2, . . ., 12)  %Y 四位元字表示的年份  %y 兩位元字表示的年份  %% 直接值“%”  select date_format(日期欄位,’%Y-%m-%d’) as ‘日期’ from test 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.