Hi,
I have start_date & end_date columns. I used
dateDiff ("h", {start_date}, {end_date}) to get the hours.
Its giving 4.00 hrs
3.00 hrs.Truncating the mins. I want mins also.
I'm trying to use "mins/60" to get whole hrs & mins also.
Is there any other way I can do.
I have start_date & end_date columns. I used
dateDiff ("h", {start_date}, {end_date}) to get the hours.
Its giving 4.00 hrs
3.00 hrs.Truncating the mins. I want mins also.
I'm trying to use "mins/60" to get whole hrs & mins also.
Is there any other way I can do.