Did you try
now.AddDays(-1).ToShortDateString.Replace(“/”,“.”)
or
now.AddDays(-1).ToString(“dd.MM.yyyy”)