Welcome to the Home Page, <%= username %>!
Last 10 Logins:
Username | Last Login Time |
---|---|
<%= log.username %> | <%= new Date(log.lastLogin).toLocaleString('en-US', { timeZone: 'Asia/Singapore' }) %> |
Username | Last Login Time |
---|---|
<%= log.username %> | <%= new Date(log.lastLogin).toLocaleString('en-US', { timeZone: 'Asia/Singapore' }) %> |