I am making a web page in that I have used Ajax calendar to pick two date like TO
date and From
date and I also have a Textbox
of total days.
So when user selects to
and from
dates, the difference of these dates is displayed in the textbox. So how can I find the difference of these dates..?
I set the format like dd/MM/yyyy
.
e.g.
one textbox has: 20/04/2012
second has : 02/05/2012
So, please find difference on these ?
Thanks in Advance....
Mitesh