• Find Over time

    By Ganesh R 2 decades ago



    Hi



    i have prb in finding over time

    I have calendar controller in Intime & out time

    anothe field capture the over time once the value enter in the intime & out time.



    This is the formula it is not display anything can any one help in this …

    InTime OutTime field

    here i need to calculate the time difference in over time



    like over time= intime-outtime





    It is not working ..can any one help me how to get the difference using calendar control

    Here is my code :



    xtime=@If(InTime != "" & OutTime != "";@Integer(OutTime) - @Integer(InTime); 0);

    overtime=xtime-24;

    tot=@Text(overtime);

    tot