jsmreese / moment-duration-format

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

Sync plugin API with Number#toLocaleString API #97

Open jsmreese opened 6 years ago

jsmreese commented 6 years ago

Version 2 of this plugin allows these options:

The plugin should expose these number formatting options directly.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString.