Skip to content

vue-i18n / general / DatetimeFormatProps

Type Alias: DatetimeFormatProps

ts
type DatetimeFormatProps = FormattableProps<number | Date, Intl.DateTimeFormatOptions>;

DatetimeFormat Component Props

Vue I18n Component

Released under the MIT License.