Time Difference Calculator

Discussion in 'Free Source Codes' started by Amit Kamdar, Apr 25, 2018.

    
  1. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Utility to Calculate Time Difference screen1.PNG
     

    Attached Files:

    nasir and info.ap like this.


  2. Moinuddin

    Moinuddin New Member


    Nice One. Thanks sir
     


  3. Murari Bajaj

    Murari Bajaj Member


    Thanks for the code sir.
    Is there any way can we add values before decimal like 9.45 + 8.30 so 9 from first and 8 from second value.
    Because i have written the rest code using point value system.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Please look at my code..... it will help you convert one numeral every 60 minutes.........
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    My code is perfectly calculating all the time difference........including # of days..........
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member



  7. Murari Bajaj

    Murari Bajaj Member


    Yes sir its working fine. But it works when we fill the Hours and Minutes saparately.
    Is it possible we can saparate 9.45 in two fields one Hours and another Minute. Then i will be able to use
    your code.
    Thanks
     


  8. Murari Bajaj

    Murari Bajaj Member


    If some suggestion is made .... either through User defined Function or some default Tally function.
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes it is possible...you can modify the code....

    Also do not understand your 2nd line..... you want to separate 9-45 in 2 fields....... and this is what my code is doing.

    I have made as per my logic .... if you need another method, you can try the same.......
     


  10. Murari Bajaj

    Murari Bajaj Member


    Yes sir your code is using Separate Hour and Minute Fields but i want to fetch these two values from One Field with
    decimal .... so Hours Value will be of before decimal and Minutes will be after decimal. Thats my submission.
    Thanks
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Use StringWord and StringRemWord ......to separate. and Make your Field as String.
     


  12. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Also BTW..........for my code... the logic is for 24-hours format..............only.
     


  13. Murari Bajaj

    Murari Bajaj Member


    Yes sir I think some one from StringWord or StringRemWord may work. I will try .
    Thank you sir.
     


  14. Murari Bajaj

    Murari Bajaj Member


    Thank you Amitji it worked but slight change was made i had to use StringWordEx.
    Thanks again.
     


  15. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Good....glad you can experiment and find a new method :)
     


Share This Page