CHANGE_DATE_FORMAT
This commit is contained in:
parent
519aacf574
commit
1f4e6f973d
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user