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