LostRhapsody / slothtime

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

Time Entry Improvements - 24hr format in config #38

Open LostRhapsody opened 1 year ago

LostRhapsody commented 1 year ago

Add an option in the user config under the settings menu to toggle the 24hr display for time entry.

Will need a function to automatically format any 12hr format time to 24hr format.

When the setting is toggled, set off a function that loops through the table and calls the format to 24hr function on each time entry input.

Will need a new branch for this format in the auto-format functions. When the settings is toggled, autoformat the time entered so it sits in the correct 24hr format.