Appearance
vue-i18n / general / DatetimeFormat
type DatetimeFormat = () => object;
Vue I18n Component
Datetime Format Component
object
$props: VNodeProps & DatetimeFormatProps & BaseFormatProps;
See the following items for property about details:
FormattableProps
BaseFormatProps
CAUTION
Not supported IE, due to no support Intl.DateTimeFormat#formatToParts in IE
Intl.DateTimeFormat#formatToParts
If you want to use it, you need to use polyfill