Incorrect Date Format Displayed in Attendance Logs #491

Closed
kartik.sharma wants to merge 2 commits from Kartik_Bug_V1#1572 into Issues_Oct_4W_V1
Showing only changes of commit 63ab79429a - Show all commits

View File

@ -256,7 +256,7 @@ const AttendanceLog = ({ handleModalData, searchTerm, organizationId }) => {
> >
<td colSpan={8} className="text-start"> <td colSpan={8} className="text-start">
<strong> <strong>
{moment(currentDate).format("DD-MM-YYYY")} {moment(currentDate).format("DD-MMM-YYYY")}
</strong> </strong>
</td> </td>
</tr> </tr>