From 60b4ac5c3623d7897a9b7bc0bb585dd5edde3bb9 Mon Sep 17 00:00:00 2001 From: Yiyun Liao Date: Fri, 23 May 2025 11:25:36 +0200 Subject: [PATCH 1/2] Update table with date format tokens (Mx 10 patch releases) --- .../expressions/parse-and-format-date-function-calls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md b/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md index 778f6e5fdcb..192de1e2f6d 100644 --- a/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md +++ b/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md @@ -56,7 +56,7 @@ For some parse and format functions, there are UTC variants. Do not use these UT ### Issues with Pattern letters `M` and `L` in Nanoflows {{% alert color="info" %}} -The issues have been resolved in Mendix 10.22. +The issues have been resolved in Mendix 10.22, in patch versions of Mendix 10.18 starting from 10.18.7, Mendix 10.12 starting from 10.12.17, and Mendix 10.6 starting from 10.6.24. {{% /alert %}} In microflows, both pattern letters `M` and `L` are supported and work completely as expected. @@ -67,7 +67,7 @@ In nanoflows, the pattern letter `L` works properly except when it is used for s Here is a full collection of such languages that are available in Studio Pro: Armenian, Belarusian, Catalan, Croatian, Czech, Finnish, Greek, Lithuanian, Polish, Russian, Slovak, and Ukrainian. -In Mendix 10.22 and above, both pattern letters `M` and `L` are also properly supported in nanoflows. Here are some examples of using `LLLL`, `MMMM`, `LLL`, and `MMM` in languages that support the genitive case: +In Mendix 10.22 and above, in patch versions of Mendix 10.18 starting from 10.18.7, Mendix 10.12 starting from 10.12.17, and Mendix 10.6 starting from 10.6.24, both pattern letters `M` and `L` are also properly supported in nanoflows. Here are some examples of using `LLLL`, `MMMM`, `LLL`, and `MMM` in languages that support the genitive case: * Ukrainian: * `LLLL` returns `квітень` From 5a3bf97a89b2a66b6e1a6efc01e88dfbec151844 Mon Sep 17 00:00:00 2001 From: Yiyun Liao <110980413+Yiyun333@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:05:20 +0200 Subject: [PATCH 2/2] remove patch info 10.6.xx for now --- .../expressions/parse-and-format-date-function-calls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md b/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md index 192de1e2f6d..9630ae272a1 100644 --- a/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md +++ b/content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md @@ -56,7 +56,7 @@ For some parse and format functions, there are UTC variants. Do not use these UT ### Issues with Pattern letters `M` and `L` in Nanoflows {{% alert color="info" %}} -The issues have been resolved in Mendix 10.22, in patch versions of Mendix 10.18 starting from 10.18.7, Mendix 10.12 starting from 10.12.17, and Mendix 10.6 starting from 10.6.24. +The issues have been resolved in Mendix 10.22, in patch versions of Mendix 10.18 starting from 10.18.7, and Mendix 10.12 starting from 10.12.17. {{% /alert %}} In microflows, both pattern letters `M` and `L` are supported and work completely as expected. @@ -67,7 +67,7 @@ In nanoflows, the pattern letter `L` works properly except when it is used for s Here is a full collection of such languages that are available in Studio Pro: Armenian, Belarusian, Catalan, Croatian, Czech, Finnish, Greek, Lithuanian, Polish, Russian, Slovak, and Ukrainian. -In Mendix 10.22 and above, in patch versions of Mendix 10.18 starting from 10.18.7, Mendix 10.12 starting from 10.12.17, and Mendix 10.6 starting from 10.6.24, both pattern letters `M` and `L` are also properly supported in nanoflows. Here are some examples of using `LLLL`, `MMMM`, `LLL`, and `MMM` in languages that support the genitive case: +In Mendix 10.22 and above, in patch versions of Mendix 10.18 starting from 10.18.7, and Mendix 10.12 starting from 10.12.17, both pattern letters `M` and `L` are also properly supported in nanoflows. Here are some examples of using `LLLL`, `MMMM`, `LLL`, and `MMM` in languages that support the genitive case: * Ukrainian: * `LLLL` returns `квітень`