LostRhapsody / slothtime

Minimalist time tracking website
https://slothtime.dev
GNU General Public License v3.0
0 stars 0 forks source link

Time entry improvements - change how minutes are auto-formatted #37

Closed LostRhapsody closed 1 year ago

LostRhapsody commented 1 year ago

When the minutes of the time entry fields are auto-formatted and only 1 number is entered, it adds the 0 to make the length of the minutes two digits to the front.

For example, entering 013 will not format to 01:30, it will format to 01:03. For the hours this makes sense, but for the minutes not so much, as time typically isn't tracked down to the single minute digit. 9 times out of 10, this will be 01:30, not 01:03.

LostRhapsody commented 1 year ago

Closed under 246f2bcbddd332c2f4a1e49f681ab63844a752fa.