[Vuejs]-Moment.js returning incorect seconds for datetime datetime

3👍

Capital S is for millisencond, you should use lower s and it will be fixed.

Check the moment library documentation at https://momentjs.com/docs/#/displaying/format/

Leave a comment