We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3782ecb commit ad858bbCopy full SHA for ad858bb
src/connections/destinations/actions.md
@@ -273,7 +273,7 @@ Segment supports the following LiquidJS tags and filters for mappings. Segment s
273
| `ceil` | Rounds a number up to the next integer. |
274
| `cgi_escape` | Escapes strings for CGI contexts. |
275
| `compact` | Removes null values from an array. |
276
-| `date` | Formats a date using a specified format (e.g., `%s` for Unix timestamp). |
+| `date` | Formats a date using a specified format (for example, `%s` for Unix timestamp). |
277
| `date_to_long_string` | Formats a date into a long string (e.g., `01 July 2025`). |
278
| `date_to_rfc822` | Formats a date in RFC822 format. |
279
| `date_to_string` | Converts a date to a short string format. |
0 commit comments