How can I humanize this complete duration in moment.js / javascript

后端 未结 4 1927
遇见更好的自我
遇见更好的自我 2020-12-03 15:05

I have a \'time remaining\' counter in place for file uploads. The remaining duration is calculated and converted into milliseconds like so:

var elapsedTime         


        
4条回答
  •  生来不讨喜
    2020-12-03 15:38

    I ended up being happy with date-fns' formatDistanceToNow. You can add that function without having to add the whole library like moment.js

提交回复
热议问题