v0.0.4b

DateTime Field

Jan 1, 2026

Fields

Type: DATETIME

A field for storing date and time values in ISO format.

Properties

  • Dimensions: Supports scalar (single value) or array (list of values)

  • Required: Can be set conditionally based on expressions

Validation

  • Accepts ISO 8601 formatted datetime strings

  • When multidimensional, all values must be valid datetime strings

Format

Values should be stored as ISO 8601 strings (e.g., "2026-01-13T10:30:00")

Use Cases

  • Event timestamps

  • Due dates and deadlines

  • Creation and modification times

  • Scheduling

  • Date ranges (using multidimensional)