I created a new column called JMP Time with ms and gave it the following attributes and format
![jmptime.PNG jmptime.PNG](https://community.jmp.com/t5/image/serverpage/image-id/29062i57BF338CB7F7D266/image-size/large?v=v2&px=999)
I applied the following formula to the column
In Hours( Num( Word( 1, :Column 8, ":" ) ) )
+ In Minutes( Num( Word( 2, :Column 8, ":" ) ) )
+ Num( Word( 3, :Column 8, ":" ) )
+ Num( Word( 4, :Column 8, ":" ) ) / 1000
and it gave me the following results
![jmptime2.PNG jmptime2.PNG](https://community.jmp.com/t5/image/serverpage/image-id/29063i11F5B7E7C66617E9/image-size/large?v=v2&px=999)
I believe this is what you want.
Attached is the above data table
Jim