I am developing web application using C#,ASP.net and ms sql server.
now i have integer input example 402 days.
now i want to express it in years, months and days.
that is
1 year, 1 month and 7 days.
so how can i do this?
thanks
now i have integer input example 402 days.
now i want to express it in years, months and days.
that is
1 year, 1 month and 7 days.
so how can i do this?
thanks