You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/users/attributes/manage-attributes.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ To configure properties of user attributes:
230
230
</tr>
231
231
<tr>
232
232
<td><b>Data Type</b></td>
233
-
<td>Refers to the kind of value it holds, such as a string, boolean or date-time.</td>
233
+
<td>Refers to the kind of value it holds, such as a string, boolean or date.</td>
234
234
</tr>
235
235
<tr>
236
236
<td><b>Multi Valued</b></td>
@@ -273,6 +273,9 @@ To configure properties of user attributes:
273
273
-**Decimal** Numbers that include decimals (for example `3.14`, `-0.5`).
274
274
-**Boolean** A true or false value.
275
275
-**Object** A structured object that can include multiple sub-attributes.
276
+
-**Date** Calendar date without time. Use ISO 8601 `YYYY-MM-DD` (for example `2025-10-01`).
277
+
-**DateTime** Date and time with timezone. Use ISO 8601 `YYYY-MM-DDTHH:mm:ssZ` or offset `YYYY-MM-DDTHH:mm:ss±HH:mm` (for example `2025-10-01T14:30:00+05:30`).
278
+
-**Epoch** Unix time since 1970-01-01 UTC. Use seconds or milliseconds as integers (for example `1730399400` or `1730399400000`).
276
279
277
280
Options Data Type
278
281
@@ -325,6 +328,10 @@ To configure properties of user attributes:
325
328
<td><b>Integer</b></td>
326
329
<td>Text Input, Number Picker</td>
327
330
</tr>
331
+
<tr>
332
+
<td><b>Date</b></td>
333
+
<td>Text Input, Date Picker. Store dates in ISO 8601 `YYYY-MM-DD`. If the existing value uses another format, render a Text Input.</td>
0 commit comments