-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
None
-
None
User Story
As a developer, I want to use timebox to input precise times.
Currently, timebox supports the following formatting options:
'ahKHksmz'
a - AM/PM
h - hour
K - Hour in day 1
H - Hour in day 2
s - seconds
m - minute
z - time zone offset
If the time input requires milliseconds (S), it is currently not formattable / input-able
Other possible missing time use cases: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Acceptance Criteria
Timebox can set / input a time with milliseconds in the format
Details