From e416c4d95ffccd73ea1b0bf66dad4361b04a61ae Mon Sep 17 00:00:00 2001 From: hufengkai Date: Thu, 1 Jun 2023 16:14:00 +0800 Subject: [PATCH] [fix](docs)Correct the year and month format placeholder to lower case (#20210) --- .../sql-functions/date-time-functions/date_format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %