How can I make convert and add the last day of the previous month and the first day of the previous month when I have the date ( created time ) in milliseconds? The code is below:
DATEADD(month, DATEDIFF(month, -1, getdate()) - 2,...
asked by
10.07.2018 / 17:05