SyntaxFix
Write A Post
Hire A Developer
Questions
This is the good way using formats:
const now = moment() now.format("hh:mm:ss K") // 1:00:00 PM now.format("HH:mm:ss") // 13:00:00
Red more about moment sring format