how to get the difference between one date and another date
for example
datetime dt= datetimepicker1.value;
datetime dt2= datetimepicker2.value;
int difference=??;
saon man mga bro? suwayan nko ang
dt.CompareTo(dt2);
but it only gives 3 output...-1 if its less than, 0 if tis the same, 1 if its more than the date
i want to get the exact number of days na interval nila...pls really need dis ASAP...tnx![]()