Date and Time¶
Prints the moment the report was generated.
Text components · element type date-time · no data binding — the value is the generation time
Related: Text · Text Formats
Options¶
Configure the component with these options:
| Option | Default | Description |
|---|---|---|
| Date Format | From theme | Chooses how the value is rendered — date only, time only, or both. See text formats for the available patterns |
| Text Align | From theme | Horizontal alignment: left, center, or right |
Text styling uses the standard options inherited from the theme: Font Family, Font Size, Text Color, Font Weight, Line Height, Text Transform, and Margin Top / Margin Bottom.
Notes¶
- To display a date that comes from your data rather than the current time, use a Text component with a text format, for example
{$data.issuedOn;date} - The timestamp is the generation time, not the time the report was designed or last saved
- Use Dictionaries if the format has to differ per language