Topic: Last Visit Date with Time
As we are recording the time of user login as well. But we are not showing the time in "Users" Page.
Shall we show it with help of the below code.
$last_visit_date = sql2date($myrow["last_visit_date"]). ' ' .date('h:i a', strtotime($myrow['last_visit_date']));
by changing it on /admin/users.php line. No: 136 (Approx)
HRM CRM POS batch Themes