diff --git a/docs/segments/manage_segments.rst b/docs/segments/manage_segments.rst index 9a8490b9..240b1c89 100644 --- a/docs/segments/manage_segments.rst +++ b/docs/segments/manage_segments.rst @@ -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`` @@ -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.