Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/segments/manage_segments.rst
Comment thread
adiati98 marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ Example - Consider that today is ``2022-03-05``:
* ``Date identified greater or equal -1`` year returns all Contacts identified 2021-03-05 and after.
* ``Date identified greater than -1`` year returns all Contacts identified after 2021-03-05.

Beside this you can specify your date with text. These formulas are **translatable**, so make sure you use them in correct format.
Beside this you can specify your date with text. These formulas are **translatable** - Mautic displays them in your current language setting.

* ``birthday`` / ``anniversary``
* ``birthday -7 days`` / ``anniversary -7 days``
Expand All @@ -461,6 +461,10 @@ Beside this you can specify your date with text. These formulas are **translatab
* ``first day of previous month`` / ``first day of January 2022``
* ``last day of previous month`` / ``last day of January 2022``

.. tip::

Relative date values like ``today``, ``tomorrow``, and ``this week`` work correctly regardless of your Mautic language setting. Switching languages doesn't affect how Segments evaluate these filters.

Example (Consider that today is ``2022-03-05``):

* ``Date identified equals last week`` returns all Contacts identified in the specified date range, for example 2022-03-01 - 2022-03-07.
Expand Down
Loading