Skip to content

Commit 08ad367

Browse files
authored
Changed: Date format for benchmark
1 parent 2a96e43 commit 08ad367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/bench/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
// Render footer (repository)
133133
const date = new Date(data.lastUpdate);
134-
const date_str = date.toLocaleDateString("en-sg", {weekday:"short", day:"numeric", month:"short", year:"numeric"});
134+
const date_str = date.toLocaleDateString("en-sg", {weekday:"short", day:"2-digit", month:"short", year:"numeric"});
135135
document.getElementById('last-update').textContent = date_str;
136136

137137
const repoResultURL = 'https://kayjan.github.io/bigtree-benchmark/dev/bench/';

0 commit comments

Comments
 (0)