我是靠谱客的博主 闪闪夏天,最近开发中收集的这篇文章主要介绍MySQL中时间格式化函数DATE_FORMAT(date,format)中标识符含义MySQL中时间格式化函数DATE_FORMAT(date,format)中标识符含义,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

MySQL中时间格式化函数DATE_FORMAT(date,format)中标识符含义

标识符描述解释
%aAbbreviated weekday name (SunSat)缩写的周一到周天
%bAbbreviated month name (JanDec)缩写的一月到十二月
%cMonth, numeric (012)一位数的一月到十二月
%DDay of the month with English suffix (0th, 1st, 2nd, 3rd, …)带有英文后缀的月份日期
%dDay of the month, numeric (0031)两位数的月份日期
%eDay of the month, numeric (031)一位数的月份日期
%fMicroseconds (000000999999)微秒
%HHour (0023)两位数的24小时
%hHour (0112)两位数的12小时
%IHour (0112)两位数的12小时
%iMinutes, numeric (0059)两位数的分钟数
%jDay of year (001366)三位数的年份天数
%kHour (023)两位数的24小时
%lHour (112)两位数的12小时
%MMonth name (JanuaryDecember)英文的一月到十二月
%mMonth, numeric (0012)两位数的一月到十二月
%pAM or PM英文的上午或下午
%rTime, 12-hour (hh:mm:ss followed by AM or PM)带有AMPM的12小时制时间03:12:53 PM
%SSeconds (0059)
%sSeconds (0059)
%TTime, 24-hour (hh:mm:ss)24小时制的时间 15:12:53
%UWeek (0053), where Sunday is the first day of the week; WEEK() mode 0第多少周,周天为一周的第一天
%uWeek (0053), where Monday is the first day of the week; WEEK() mode 1第多少周,周一为一周的第一天
%VWeek (0153), where Sunday is the first day of the week; WEEK() mode 2; used with %X第多少周,周天为一周的第一天
%vWeek (0153), where Monday is the first day of the week; WEEK() mode 3; used with %x第多少周,周一为一周的第一天
%WWeekday name (SundaySaturday)英文的周一到周天
%wDay of the week (0=Sunday…6=Saturday)数字的周一到周天 0为周天
%XYear for the week where Sunday is the first day of the week, numeric, four digits; used with %V四位数的年份,周天为一周的第一天
%xYear for the week, where Monday is the first day of the week, numeric, four digits; used with %v四位数的年份,周一为一周的第一天
%YYear, numeric, four digits四位数的年份
%yYear, numeric (two digits)两位数的年份
%%A literal % character
%xx, for any “x” not listed above

最后

以上就是闪闪夏天为你收集整理的MySQL中时间格式化函数DATE_FORMAT(date,format)中标识符含义MySQL中时间格式化函数DATE_FORMAT(date,format)中标识符含义的全部内容,希望文章能够帮你解决MySQL中时间格式化函数DATE_FORMAT(date,format)中标识符含义MySQL中时间格式化函数DATE_FORMAT(date,format)中标识符含义所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(43)

评论列表共有 0 条评论

立即
投稿
返回
顶部