johneastman / circles

A point-and-click browser game
https://johneastman.github.io/circles/
MIT License
0 stars 0 forks source link

Format Date in High Score Table #46

Open johneastman opened 1 year ago

johneastman commented 1 year ago
In the high-score table, break up datetime into columns to improve formatting. For example: Month Day of Month Year Hour Minute Second
March 16 2023 09 20 05

The idea behind this is to fix issues with different character widths and the strings not being the datetime same length.

johneastman commented 1 year ago

Additionally, I could consider a monospace font to address the formatting concerns.