Is there any date converter which converts AD to BS?

Hi @Prabin_Chand

Try this function:

Date = datetime.Parseexact(‘Your input date’, “M/d/yyyy”,System.Globalization.cultureinfo.Invariantculture).Addyears(56).Addmonths(8).ToString(“dd/MM/yyyy”)

Regards,
Kaviyarasu N

1 Like