Presto
GitHub
Getting Started
Guides
Packages
View Model
Final Form
REST
Routing
UI
FieldFormatter
FieldWidget
getFormatterForField
UiProvider
useUi
Formatters
BooleanFormatter
CharFormatter
ChoiceFormatter
DateFormatter
DateTimeFormatter
ImageFormatter
LinkFormatter
NumberFormatter
RangeFormatter
TimeFormatter
UI ANTD
Util
TimeFormatter
Source
import { TimeFormatter } from "@prestojs/ui";
TimeFormatter
(
props
)
Params:
Parameter
Type
Description
*
props
An object with the properties below
props.blankLabel
ReactNode
props.invalidValueLabel
ReactNode
props.localeOptions
localeOptions
props.locales
string
|
string
[]
*
props.value
string
|
Date
|
null
Returns:
React.ReactElement
Examples
Javascript
Typescript
Show Code