Tapan Kumar Baral

Tapan Kumar Baral

  • NA
  • 92
  • 2.3k

Calculate time between two asp.net Time Picker In Client Ent

Jan 30 2020 12:59 AM
I have two Asp.Net Time Picker i,e.
  1. <head>  
  2. <%@ Register Assembly="TimePicker" Namespace="MKB.TimePicker" TagPrefix="MKB" %>  
  3. </head>  
  4. <body>  
  5. <MKB:TimeSelector ID="LoadingTime" runat="server" AmPm="PM">  
  6. </MKB:TimeSelector>  
  7. <MKB:TimeSelector ID="UnloadingTime" runat="server" AmPm="PM">  
  8. </MKB:TimeSelector>  
  9. <asp:Label ID="TimeDifference" runat="server" Text="Label"></asp:Label>  
  10. </body>  
I want to show the User The time Difference Between LoadingTime & UnloadingTime in the Label i,e TimeDifference

Answers (1)