Hello all,
Currently im trying to get the first and last day of the previous month to fil in SAP webclient.
by using: now.Date.AddDays(-now.Day).ToShortDateString i get the last day of the previous month but it comes as 31/10/2018 but i need it to write down 31.10.2018.
is there a way to get it with (.) instead of (/)