简体中文
Appearance
vue-i18n / general / DatetimeFormat
type DatetimeFormat = () => object;
日期时间格式化组件
object
$props: VNodeProps & DatetimeFormatProps & BaseFormatProps;
有关属性详情,请查看以下项目:
FormattableProps
BaseFormatProps
CAUTION
不支持 IE,因为 IE 中不支持 Intl.DateTimeFormat#formatToParts
Intl.DateTimeFormat#formatToParts
如果你想使用它,你需要使用 polyfill