Update docs for filters that use the calendar option

This commit is contained in:
Javier Spagnoletti
2023-01-21 14:32:09 -03:00
parent 9a40f4a18a
commit 9527f93e75
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ Arguments
* ``dateFormat``: The date format
* ``pattern``: A date time pattern
* ``timezone``: The date timezone
* ``calendar``: The calendar (Gregorian by default)
* ``calendar``: The calendar ("gregorian" by default)
+1 -1
View File
@@ -97,6 +97,6 @@ Arguments
* ``timeFormat``: The time format
* ``pattern``: A date time pattern
* ``timezone``: The date timezone name
* ``calendar``: The calendar (Gregorian by default)
* ``calendar``: The calendar ("gregorian" by default)
.. _ICU user guide: https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax
+1 -1
View File
@@ -33,4 +33,4 @@ Arguments
* ``timeFormat``: The time format
* ``pattern``: A date time pattern
* ``timezone``: The date timezone
* ``calendar``: The calendar (Gregorian by default)
* ``calendar``: The calendar ("gregorian" by default)