Is there any date converter which converts AD to BS?

@Prabin_Chand

Please try this

datetime.Parseexact(inputdate,"M/d/yyyy",System.Globalization.cultureinfo.Invariantculture).Addyears(56).Addmonths(8).AddDays(16).ToString("yyyy/MM/dd")

But there would be 3 days =/- exact difference could not be found

cheers

1 Like