* 12 Hour Clocks AM/PM
* Added a 12 hour clock option instead of military time as this is a more common clock format.
* Added a config option to the time tracking plugin for the 12 hour clock for those that want 24 hour time.
* Update runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java
Verbage
Co-Authored-By: DropsOfSerenity <AmbientRevolution@gmail.com>
* Update runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java
Verbage
Co-Authored-By: DropsOfSerenity <AmbientRevolution@gmail.com>
* 12 Hour Clocks AM/PM
* Added a 12 hour clock option instead of military time as this is a more common clock format.
* Added a config option to the RuneLite config for the 12 hour clock for those that want 24 hour time.
* Don't change positions in timetrackingconfig.
* Fix Style Check
* Use Locale Default instead of a toggle for time formatting.
* Remove some imports
* Remove whitespace
* remove unused imports.
* Don't use * import
* Fix imports use ENGLISH for day name.
* Change to what was there before.
* Fix Import
* rename to getLocalizedDateTimeFormatter
* interim commit
* Initial working version.
* Bit of cleanup
* Checkstyle errors fixed.
* Don't do hacky char[] parsing.