--- title: QuanticResultDate slug: latest-result-template-result-date canonical_url: https://docs.coveo.com/en/quantic/latest/reference/result-template-components/result-template-result-date/ collection: quantic source_format: adoc --- # QuanticResultDate > **Note** > > This component was introduced in version `2.7.1`. The `QuanticResultDate` component displays a given result date field value. Make sure the field specified in this component is also included in the field array for the relevant template. See the this example: [Quantic usage](https://docs.coveo.com/en/quantic/latest/usage/#javascript). ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `result` _(required)_ | `result` a| The [result item](https://docs.coveo.com/en/headless/latest/reference/interfaces/Search.Result.html) to use. | `Result` | | `field` _(required)_ | `field` a| The date field whose values you want to display. | `string` | | `label` | `label` a| (Optional) The label to display. | `string` | `none` | `formattingFunction` _(required)_ | `formatting-function` a| A function used to format the displayed value. By default, the date is formatted using the browser locale. | `function` | |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `56.0` | `isExposed` | `false` |=== --