I have 2 Timestamp control. I am using those timestamp controls for receiving dates only(say From Date and To Date).I want to get difference days (ToDate - From Date) in integer. If I use minus control for finding difference, i am getting the difference in seconds. The seconds are also not in the multiples of 86400(ie. Per day 86400 seconds).Please suggest.