You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/date-picker/doc/index.en-US.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ The following APIs are shared by nz-date-picker, nz-range-picker.
78
78
|`[nzShowTime]`| to provide an additional time selection |`object \| boolean`|[TimePicker Options](/components/time-picker/en#api)|
79
79
|`[nzShowToday]`| whether to show 'Today' button |`boolean`|`true`|
80
80
|`[nzShowNow]`| whether to show 'Now' button on panel when `nzShowTime` is set |`boolean`|`true`|
81
+
|`[nzShowWeekNumber]`| whether to show the week number on each row (Only supported by date picker. Week picker always shows week numbers) |`boolean`|`false`|
81
82
|`(nzOnOk)`| callback when click ok button |`EventEmitter<Date>`| - |
82
83
83
84
### nz-range-picker
@@ -95,6 +96,7 @@ The following APIs are shared by nz-date-picker, nz-range-picker.
95
96
| -------- | ----------- | ---- | ------- |
96
97
|`[nzShowTime]`| to provide an additional time selection |`object \| boolean`|[TimePicker Options](/components/time-picker/en#api)|
97
98
|`[nzDisabledTime]`| to specify the time that cannot be selected |`(current: Date, partial: 'start' \| 'end') => { nzDisabledHours, nzDisabledMinutes, nzDisabledSeconds }`| - |
99
+
|`[nzShowWeekNumber]`| whether to show the week number on each row (Only supported by date picker. Week picker always shows week numbers) |`boolean`|`false`|
98
100
|`(nzOnOk)`| click ok callback |`EventEmitter<Date[]>`| - |
0 commit comments