I need to format a string in Typescript like this:
`${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}`
but I get this for example: