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: docs/documentation/docs/controls/DateTimePicker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The `DateTimePicker` control can be configured with the following properties:
57
57
| timeConvention | TimeConvention | no | Defines the time convention to use. The default value is the 24-hour clock convention. |
58
58
| firstDayOfWeek | DayOfWeek | no | Specify the first day of the week for your locale. |
59
59
| key | string | no | A unique key that indicates the identity of this control |
60
-
| onGetErrorMessage | function | no | The method is used to get the validation error message and determine whether the input value is valid or not. See [this documentation](https://dev.office.com/sharepoint/docs/spfx/web-parts/guidance/validate-web-part-property-values) to learn how to use it. |
60
+
| onGetErrorMessage | function | no | The method is used to get the validation error message and determine whether the input value is valid or not. See [this documentation](https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/validate-web-part-property-values) to learn how to use it. |
61
61
| showGoToToday | boolean | no | Controls whether the "Go to today" link should be shown or not |
62
62
| isMonthPickerVisible | boolean | no | Controls whether the month picker is shown beside the day picker or hidden. |
63
63
| showMonthPickerAsOverlay | boolean | no | Show month picker on top of date picker when visible. |
0 commit comments