|
Subject:
|
Years to Months Conversion
|
|
Posted By:
|
mahajanvit
|
Post Date:
|
9/22/2006 2:50:42 AM
|
Hi I am working on ASP.NET 2.0 and C#. I am developing one application in which I have one field as Work Experience. For that I have 2 dropdown menus, one for year and other one for month. I want to convert overall work experience in total number of months. I have single column in DB as work experience. I have idea that what i am supposed to do but dont know how exactly to implement. suppose i am choosing Year=2 and Months=6 then it will be 2*12+6=30 months. so 30 value i have to send to DB. Please assist me to do so.... Regards Raghav Mahajan
|
|
Reply By:
|
gbianchi
|
Reply Date:
|
9/22/2006 9:45:06 AM
|
hi there..
that's correct.. what's your problem with the implementation??
HTH
Gonzalo
|
|
Reply By:
|
mahajanvit
|
Reply Date:
|
9/25/2006 11:43:22 PM
|
Hi I was not sure with implementation. But I have done it. Thanks Raghav
|