I have two Asp.Net Time Picker i,e.
- <head>
- <%@ Register Assembly="TimePicker" Namespace="MKB.TimePicker" TagPrefix="MKB" %>
- </head>
- <body>
- <MKB:TimeSelector ID="LoadingTime" runat="server" AmPm="PM">
- </MKB:TimeSelector>
- <MKB:TimeSelector ID="UnloadingTime" runat="server" AmPm="PM">
- </MKB:TimeSelector>
- <asp:Label ID="TimeDifference" runat="server" Text="Label"></asp:Label>
- </body>
I want to show the User The time Difference Between LoadingTime & UnloadingTime in the Label i,e TimeDifference