Skip to content

Commit 763cda7

Browse files
committed
Update attribute input formats doc
1 parent 123998c commit 763cda7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

en/includes/guides/users/attributes/manage-attributes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ To configure properties of user attributes:
230230
</tr>
231231
<tr>
232232
<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>
234234
</tr>
235235
<tr>
236236
<td><b>Multi Valued</b></td>
@@ -273,6 +273,9 @@ To configure properties of user attributes:
273273
- **Decimal** Numbers that include decimals (for example `3.14`, `-0.5`).
274274
- **Boolean** A true or false value.
275275
- **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`).
276279

277280
Options Data Type
278281

@@ -325,6 +328,10 @@ To configure properties of user attributes:
325328
<td><b>Integer</b></td>
326329
<td>Text Input, Number Picker</td>
327330
</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>
334+
</tr>
328335
</tbody>
329336
</table>
330337

0 commit comments

Comments
 (0)