I’m trying to find the difference between two times.
This is what I have...
<%=DateDiff("n",(RS_Tickets.Fields.Item("FLD_TimeStart").Value),(RS_Tickets.Fields.Item("FLD_TimeEnd").Value))%>
Is it possible to make it so it displays the difference in HH:MM format?
The way it is now, it shows the minutes.(show 01:30 instead of 90)
This is what I have...
<%=DateDiff("n",(RS_Tickets.Fields.Item("FLD_TimeStart").Value),(RS_Tickets.Fields.Item("FLD_TimeEnd").Value))%>
Is it possible to make it so it displays the difference in HH:MM format?
The way it is now, it shows the minutes.(show 01:30 instead of 90)