Skip to content

Commit f74614d

Browse files
authored
Merge pull request #9620 from mendix/yl-update-table-with-date-format-tokens
Update table with date format tokens (Mx 10.6.24)
2 parents 6bdc7dd + 9b0d385 commit f74614d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide10/modeling/application-logic/expressions/parse-and-format-date-function-calls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For some parse and format functions, there are UTC variants. Do not use these UT
5656
### Issues with Pattern letters `M` and `L` in Nanoflows
5757

5858
{{% alert color="info" %}}
59-
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.
59+
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.
6060
{{% /alert %}}
6161

6262
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
6767

6868
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.
6969

70-
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:
70+
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:
7171

7272
* Ukrainian:
7373
* `LLLL` returns `квітень`

0 commit comments

Comments
 (0)