Compare commits
1 Commits
6918f9b5c3
...
28e965b34b
| Author | SHA1 | Date | |
|---|---|---|---|
| 28e965b34b |
@@ -63,7 +63,7 @@
|
||||
|
||||
<footer>
|
||||
<p>Last updated: <span id="updated"></span></p>
|
||||
<script>document.getElementById('updated').textContent = new Date().toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });</script>
|
||||
<script>document.getElementById('updated').textContent = new Date().toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit' });</script>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user