diff --git a/docs/en/docs/sql-manual/sql-functions/date-time-functions/date_format.md b/docs/en/docs/sql-manual/sql-functions/date-time-functions/date_format.md index f699490f1d..3533ea5e96 100644 --- a/docs/en/docs/sql-manual/sql-functions/date-time-functions/date_format.md +++ b/docs/en/docs/sql-manual/sql-functions/date-time-functions/date_format.md @@ -94,11 +94,11 @@ The formats available are: % X | Year, where Sunday is the first day of the week, 4 places, and% V use -% X | year, of which Monday is the first day of the week, 4 places, and% V +% x | year, of which Monday is the first day of the week, 4 places, and% V % Y | Year, 4 -% Y | Year, 2 +% y | Year, 2 %% | Represent %