Merge branch '2.x' into 3.x

* 2.x:
  Tweak docs
  [doc] Quick access to ICU user guide
This commit is contained in:
Fabien Potencier
2020-10-14 08:35:48 +02:00
+4 -1
View File
@@ -25,7 +25,10 @@ You can tweak the output for the date part and the time part:
Supported values are: ``none``, ``short``, ``medium``, ``long``, and ``full``.
For greater flexiblity, you can even define your own pattern:
For greater flexiblity, you can even define your own pattern (see the `ICU user
guide
<https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax>`_
for supported patterns).
.. code-block:: twig