diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts index 8f284ef6..bb660db8 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts @@ -933,8 +933,8 @@ export class WorklistMainComponent implements OnInit { const request = new GetSubordinatesLeavesRequest(); - request.P_DATE_FROM = "/Date(" + Date.parse(from) + ")/";//new Date(from); - request.P_DATE_TO = "/Date(" + Date.parse(to) + ")/" //new Date(to); + request.P_DATE_FROM = "/Date(" + Date.parse(from) + '+0300'+ ")/";//new Date(from); + request.P_DATE_TO = "/Date(" + Date.parse(to) + '+0300'+ ")/" //new Date(to); request.P_SELECTED_EMPLOYEE_NUMBER = this.selEmp; // ="'/Date(" + Date.parse(from) + ")'"