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)

Subscription service based on FA
HRM CRM POS batch Themes

Re: Last Visit Date with Time

@joe: This can be included in the core.

Setup => User Accounts Setup
Top Listing.

Post's attachments

UsersPage.png 21.7 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Last Visit Date with Time

This has been fixed and committed to stable repo. Thanks @kvvaradha and @apmuthu.

A fixed file can be downloaded here and replaced.

Joe