hello,
i want to find the duration between two dates, and it should be in format as given below,
date1:12/12/2005 dd/mm/yyyy format
date2 :12/01/2006
then duration should be difference of two dates
and format like
0 years,1 month 0 days
in asp.net with
vb.net code behind
thank u