Presto
GitHub
Getting Started
Packages
View Model
Final Form
REST
Routing
UI
FieldFormatter
FieldWidget
getFormatterForField
InputProps
UiProvider
useUi
Formatters
BooleanFormatter
CharFormatter
ChoiceFormatter
DateFormatter
DateTimeFormatter
ImageFormatter
JsonFormatter
LinkFormatter
NumberFormatter
RangeFormatter
TimeFormatter
UI ANTD
Util
On this page
Props
Examples
TimeFormatter usage
TimeFormatter
Source
import { TimeFormatter } from "@prestojs/ui";
TimeFormatter
(
props
)
Source
Component Props:
Prop
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
Examples
Javascript
Typescript
TimeFormatter usage
Show Code