Hi, i found out that numbro have problem with negativne numbers and format 00:00:00. Here is example: numbro(5500).format('00:00:00') //output: "1:31:40" numbro(-5500).format('00:00:00')// output: "-2:28:20"