hi all
i have the problem regarding convert days to months plz help me
this is code
DateTime CurrentDate = DateTime.Now;
DateTime dateOfJoin = (DateTime)employeDetails.DateOfJoin;
TimeSpan ts = CurrentDate - dateOfJoin;
int days= ts.Days;
i need to show this days in months
plz help me
Priyaranjan K SPosted Oct 29, 2015, 10:06 PM
Jignesh TrivediPosted Oct 30, 2015, 12:41 AM
Imtiyaz AnsariPosted Oct 29, 2015, 10:19 AM
padmapriya patruniPosted Oct 29, 2015, 8:59 AM
Ravi PatelPosted Oct 29, 2015, 8:29 AM