Time calculations

Options
We have two time start_time and end_time both are timestamp I need to calculate time difference between start_time and end_time how can i do that please help

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     Xano timestamps are in milliseconds. So just take end_time and subtract start_time... Then you will likely want to divide to get in whatever unit of time you desire