Hello!
Can anybody help changing a series of numbers into time format [hh:mm:ss] here.
Originally, the data type is character. So, I've tried changing the data type from character to numeric to set format as [hh:mm:ss] but I failed...
I have no idea what to do now.
What I'd like to see as a result is, taking an example of 000003, 00:00:03..
It should not be that difficult, but I can't find a way...
And here's the data I'm dealing with now.
[column1] Original Date => [column2] After changing data type from character to numeric ==> [column3] After setting time format
![SuperBigRabbit_1-1662617069583.png SuperBigRabbit_1-1662617069583.png](https://community.jmp.com/t5/image/serverpage/image-id/45282iF46C34BAA85F89B8/image-size/medium?v=v2&px=400)
Thank you in advance