diff --git a/src/components/Reports/TotalReport/TotalPeopleReport.jsx b/src/components/Reports/TotalReport/TotalPeopleReport.jsx index 81dec10891..3a12e56d8a 100644 --- a/src/components/Reports/TotalReport/TotalPeopleReport.jsx +++ b/src/components/Reports/TotalReport/TotalPeopleReport.jsx @@ -214,7 +214,7 @@ function TotalPeopleReport(props) {
Total People Report
- In the period from {fromDate} to {toDate}: + In the period from {startDate.toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' })} to {endDate.toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' })}:
{allPeople.length}
diff --git a/src/components/Reports/TotalReport/TotalProjectReport.jsx b/src/components/Reports/TotalReport/TotalProjectReport.jsx index 7e25465a58..683f01a8e1 100644 --- a/src/components/Reports/TotalReport/TotalProjectReport.jsx +++ b/src/components/Reports/TotalReport/TotalProjectReport.jsx @@ -198,7 +198,7 @@ function TotalProjectReport(props) {
Total Project Report
- In the period from {fromDate} to {toDate}: + In the period from {startDate.toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' })} to {endDate.toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' })}:
{allProject.length}
diff --git a/src/components/Reports/TotalReport/TotalTeamReport.jsx b/src/components/Reports/TotalReport/TotalTeamReport.jsx index a660735895..718476d9ff 100644 --- a/src/components/Reports/TotalReport/TotalTeamReport.jsx +++ b/src/components/Reports/TotalReport/TotalTeamReport.jsx @@ -411,7 +411,7 @@ function TotalTeamReport(props) {
Total Team Report
- In the period from {fromDate} to {toDate}: + In the period from {startDate.toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' })} to {endDate.toLocaleDateString('en-US', { month: '2-digit', day: '2-digit', year: 'numeric' })}:
{totalTeam.length}