diff --git a/document/components/docs/en-US/time-picker.md b/document/components/docs/en-US/time-picker.md index 7e9760685658774b90daeff57d6c55fca9ecb573..d0038b37fb6145a68fdc976946aec992f33251ae 100644 --- a/document/components/docs/en-US/time-picker.md +++ b/document/components/docs/en-US/time-picker.md @@ -89,7 +89,7 @@ __Notice:__ Cause this component used create-api, so you should read [create-api `format` attribute can set the text in `M year d day` format when the `len` is greater than the length of `filter` array. -- Format +- Format1.10.0+ You can use property `format` to configure the format of `formatedTime`, an argument of event `select`. diff --git a/document/components/docs/zh-CN/time-picker.md b/document/components/docs/zh-CN/time-picker.md index fb280c52d943e32922211314a9e734f0b45838d2..29b9c0280254a2aba22ca250aa66933706a37347 100644 --- a/document/components/docs/zh-CN/time-picker.md +++ b/document/components/docs/zh-CN/time-picker.md @@ -86,7 +86,7 @@ __注:__ 由于此组件基于 create-api 实现,所以在使用之前,请 `format`属性用以格式化日期显示的方式,当`len`的数量大于`filter`的数组长度时,会以`M月d日`的格式显示文案。 -- Format 配置 +- Format 配置1.10.0+ 通过 `format` 属性可配置 `select` 事件的 `formatedTime` 参数的格式。