From 2ec8f4d744f0eea69c17c2329180b2629cd5bb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Tue, 26 Mar 2024 11:00:43 +0100 Subject: [PATCH] date-and-time-functions: Update reference manual --- functions-and-operators/date-and-time-functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions-and-operators/date-and-time-functions.md b/functions-and-operators/date-and-time-functions.md index dd3568582c71c..f5dc45ad0c1e9 100644 --- a/functions-and-operators/date-and-time-functions.md +++ b/functions-and-operators/date-and-time-functions.md @@ -6,7 +6,7 @@ aliases: ['/docs/dev/functions-and-operators/date-and-time-functions/','/docs/de # Date and Time Functions -TiDB supports all of the [date and time functions](https://dev.mysql.com/doc/refman/5.7/en/numeric-functions.html) available in MySQL 5.7. +TiDB supports all of the [date and time functions](https://dev.mysql.com/doc/refman/8.0/en/numeric-functions.html) available in MySQL 8.0. > **Note:** > @@ -82,7 +82,7 @@ For details, see [Date and Time Functions](https://dev.mysql.com/doc/refman/8.0/ ## MySQL compatibility -The function `str_to_date()` is supported by TiDB, but is unable to parse all date and time values. In addition, the following date and time formatting options are **not implemented**: +The function `STR_TO_DATE()` is supported by TiDB, but is unable to parse all date and time values. In addition, the following date and time formatting options are **not implemented**: | Format | Description | |--------|---------------------------------------------------------------------------------------| @@ -101,4 +101,4 @@ See [issue #30082](https://github.com/pingcap/tidb/issues/30082) for more detail ## Related system variables -The `default_week_format` variable affects the `WEEK()` function. \ No newline at end of file +The [`default_week_format`](/system-variables.md#default_week_format) variable affects the `WEEK()` function. \ No newline at end of file