Hi
DateTime frDate = Utility.CurrentDateTime().AddMonths(-1);
frDate = Convert.ToDateTime(frDate).ToString("dd-MM-yyyy");
Thanks