Skip to content

Commit

Permalink
history date good yoseph
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHubert committed Aug 5, 2024
1 parent b988287 commit 02b9947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yoseph/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ input {
}

.date {
width: 120px;
width: 90px;
}

.account {
Expand Down
2 changes: 1 addition & 1 deletion yoseph/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ document.querySelector(`#view-history`).addEventListener(`click`, () => {
return `
<div class="line">
<div class="date">
${info.date}
${new Date (info.date).toLocaleDateString()}
</div>
<div class="account">
${info.account}
Expand Down

0 comments on commit 02b9947

Please sign in to comment.