Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Jul 15, 2024
1 parent 9a5da3b commit 528bfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/mindreader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2>Quantified Minds 2.0</h2>
const attentionLevels = ['Highly Focused', 'Focused', 'Tired', 'Alert', 'Moderate', 'Distracted', 'Daydreaming'];

function formatDate(date) {
return date.toLocaleString('en-US', { year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit' });
return date.toLocaleString('en-US', { year: 'numeric', hour12: true, month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit' });
}

function generateBrainwaveID() {
Expand Down

0 comments on commit 528bfeb

Please sign in to comment.