jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

format("HH:mm:ss.S") has the same output as format("HH:mm:ss.SSS") #154

Open abdennourzahaf opened 2 years ago

abdennourzahaf commented 2 years ago

I want a single digit for milliseconds, but format("HH:mm:ss.S") is producing the same output as format("HH:mm:ss.SSS")