Posted on: 12/5/2014 9:26:51 AM | Views : 504

Hi,
I have like this >> 3.00:00:00 but I would like to cut off from behind ".00:00:00" these are I don't want. I want only 3 from there.
but if i use substring(0,1), i can get only one letter from front but it can be like that also 12.00:00:00 in that case I want only 12
So I need to cut off from right. Please, can anyone give me idea or advice how I have figure this out. Thanks.

Go to the complete details ...