I have to numeric columns cl1, cl2 where I am storing times. Now I want to create column 3 which is going to store cl1-cl2. Is there any way I can convert this number to time and then do a difference?
I can also convert the time into one unit and then do the difference. I have tried that & that is working, but I want to if there is any function?
I can also convert the time into one unit and then do the difference. I have tried that & that is working, but I want to if there is any function?