mysql之DATE_FORMAT
3 月,跳不动了?>>> DATE_FORMAT( date , format ) Formats the date value according to the format string. The following specifiers may be used in the format string. The “ % ” character is required before format specifier characters. Specifier Description %a Abbreviated weekday name ( Sun .. Sat ) %b Abbreviated month name ( Jan .. Dec ) %c Month, numeric ( 0 .. 12 ) %D Day of the month with English suffix ( 0th , 1st , 2nd , 3rd , …) %d Day of the month, numeric ( 00 .. 31 ) %e Day of the month, numeric ( 0 .. 31 ) %f Microseconds ( 000000 .. 999999 ) %H Hour ( 00 .. 23 ) %h Hour ( 01 .. 12 ) %I Hour (