DateTimeFormatter
Sourceimport { DateTimeFormatter } from "@prestojs/ui";
Params:
Parameter | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.blankLabel | ReactNode | ||
props.invalidDateLabel | ReactNode | ||
props.localeOptions | |||
props.locales | string|string[] | ||
* | props.value | Date|string|null |
Returns:React.ReactElement|null