掲示板

Displaying last login time/date in liferay themes

10年前 に Dheeraj H によって更新されました。

Displaying last login time/date in liferay themes

New Member 投稿: 1 参加年月日: 13/03/25 最新の投稿
Im using a theme for my liferay project. Its actually a telecom portal. After logging in its showing the name and all other stuff in the theme itself.My question is how to display the last login time in the theme of the portal.Which part or file of the theme i should make changes so as to display the last login time and date.
thumbnail
10年前 に Dhrutika Vyas によって更新されました。

RE: Displaying last login time/date in liferay themes

Expert 投稿: 435 参加年月日: 09/02/09 最新の投稿
Hi ,

Have you created your custom theme or you are using Liferay's OOB classic theme?

You can try $user.getLastLoginDate() in your desired vm file.

Regards,
Dhrutika