Skip to content

Import

import { Value } from '@dnb/eufemia/extensions/forms'
render(<Value.Date />)

Description

Value.Date is a wrapper component for displaying string values, with user experience tailored for date values.

There is a corresponding Field.Date component.

import { Value } from '@dnb/eufemia/extensions/forms'
render(<Value.Date />)

Check the Best Practices for number formatting page to see how its locale examples align with what this component renders.

Relevant links