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: app/ng-ui-widgets-category/time-picker/configure-time-picker/article.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
TimePicker can be easily configured by setting the required properties.
2
-
2
+
The example below demonstrates how to set up the initial `hour` and `minute` for the TimePicker component and how to handle selected time change via `timeChange` event.
3
+
The `hour` and `minute` expects integer values and the `timeChange` will return a value of type Date.
0 commit comments