I'm working on subtracting dates in a web form in visual studio 2012 using a begin and end date - I want to find the day difference.
I have two separate web forms that I have connected.
DateTime ArrivalDateCalc = Convert.ToDateTime(.Text)
is what I have tried to use, but it does not work.
Any clues or guidance?