From f7a46f0a6c90fb607581e78604b15c020948febd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Guillou?= Date: Fri, 13 Aug 2021 16:18:53 +1000 Subject: [PATCH] fix internal link (#4102) Old link would not lead to any section in live documentation. --- docs/docs/manual/grelfunctions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/manual/grelfunctions.md b/docs/docs/manual/grelfunctions.md index 6b8a9329f..5e4893851 100644 --- a/docs/docs/manual/grelfunctions.md +++ b/docs/docs/manual/grelfunctions.md @@ -52,7 +52,7 @@ You can use toString() to convert numbers to strings with rounding, using an [op |0.15|0| |100.0|100| -You can also convert dates to strings, using date parsing syntax built in to OpenRefine (see [the toDate() function for details](#todateo-boolean-month_first--format1-format2--)). For example, `value.toString("MMM-dd-yyyy")` would convert the date value [2024-10-15T00:00:00Z] to “Oct-15-2024”. +You can also convert dates to strings, using date parsing syntax built into OpenRefine (see [the toDate() function for details](#todateo-b-monthfirst-s-format1-s-format2-)). For example, `value.toString("MMM-dd-yyyy")` would convert the date value [2024-10-15T00:00:00Z] to “Oct-15-2024”. Note: In OpenRefine, using toString() on a null cell outputs the string “null”.