Gossamer Forum
Home : Products : Others : Gossamer Community :

Last login in admin_user.html?

Quote Reply
Last login in admin_user.html?
Hi,
I'm trying to show the last login in the admin_user.html with the variable <%comm_lastlogin%>
Problem is, I'm getting no date, but a weird combination of numbers, like this 1187174421?

BTW
Is there a modification that shows more quicklinks for a better sorting in the admin panel.
Not only A-Z, but number of logins, last logins, last registered...

Thanks
Matthias

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] Last login in admin_user.html? In reply to
Hi,

I think you need to convert it. Try:

Code:
<%Community::Web::Tools::convert_date($comm_lastlogin)%>

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Last login in admin_user.html? In reply to
Thanks, Andy
works fine ;-)
Matthias

Matthias
gpaed.de