I want to asking about how to get a date difference in javascript :
example :
Let say we have two textbox, the first one we call start date and the second one we call last date.
start date contain data 2006-11-06 08:20:21 and last date contain 2006-11-10 09:10:21.
How can we get the value of 4 days between those data in the textbox...
Thank You very much for your answer...;)
