CHANGE_DATE_FORMAT

This commit is contained in:
VENKATESHWARAN 2026-05-27 11:10:51 +05:30
parent 519aacf574
commit 1f4e6f973d

View File

@ -2906,7 +2906,7 @@ class EmployeeController extends AdminController
}
$emp_history['created_at'] = date("d-m-Y H:i:s", strtotime($emp_history['created_at']));
$emp_history['created_at'] = date("d/m/Y H:i:s", strtotime($emp_history['created_at']));
}
unset($emp_history);