okay i think this works

This commit is contained in:
Expand-sys 2021-04-22 16:14:44 +10:00
parent 16cf67cc23
commit 48e34ffbd6
2 changed files with 0 additions and 4 deletions

View file

@ -164,14 +164,11 @@ app.get('/BankF', ensureAuthenticated, async function(req, res){
}
for( i in logrec){
logrec[i].time = Date(logrec[i].time)
console.log(logrec[i].time)
}
for( i in logsent){
logsent[i].time = Date(logsent[i].time)
console.log(logsent[i].time)
}
res.render('bankf',{
date: Date(1394104654000),
logrec:logrec,
logsent:logsent,
user: req.session.user,

View file

@ -2,7 +2,6 @@ extends layout
block content
p #{date}
.container
h1 Welcome to the bank interface #{user}
.card.shadow-lg