We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dbf42 commit 5a6e41eCopy full SHA for 5a6e41e
src/app/components/options-sidebar/time-clock/time-clock.component.ts
@@ -71,6 +71,7 @@ export class TimeClockComponent implements OnInit {
71
setShowFields(show: boolean) {
72
this.isClockIn = false;
73
this.showFields = show;
74
+ this.setTimeToInOut();
75
}
76
77
startTimer() {
@@ -95,7 +96,7 @@ export class TimeClockComponent implements OnInit {
95
96
97
98
- setTimeToInOut(){
99
+ setTimeToInOut() {
100
this.currentDate = new Date();
101
this.hour = this.currentDate.getHours();
102
this.minute = this.currentDate.getMinutes();
0 commit comments