Skip to content

Commit b48f67e

Browse files
committed
[docs] time-picker
1 parent 4831192 commit b48f67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document/components/docs/en-US/time-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ __Notice:__ Cause this component used create-api, so you should read [create-api
160160
| - | - | - | - |
161161
| len | date column, postpone `len` days backwards from now | Number | 3 |
162162
| filter | date column, map time to the text in filter | Array | ['今日'] |
163-
| format | format time | String | 'M月d日' |
163+
| format | format time | String | 'M月D日' |
164164

165165
### Events
166166

document/components/docs/zh-CN/time-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ __注:__ 由于此组件基于 create-api 实现,所以在使用之前,请
150150
| - | - | - | - |
151151
| len | 日期列,从当前时间算起,往后推len天 | Number | 3 |
152152
| filter | 日期列,将时间映射为filter中的文案内容 | Array | ['今日'] |
153-
| format | 时间格式化 | String | 'M月d日' |
153+
| format | 时间格式化 | String | 'M月D日' |
154154

155155
### 事件
156156

0 commit comments

Comments
 (0)