How to get date 1sy day of month

Hi @winnie_toh

date.Now.AddDays(-(date.Now.Day-1)).Date.ToString(“MM/dd/yyyy”)

Make sure to remove the double quotes and give it again. This error is because of that.

For more information about DateTime please refer the below thread.

Hope it helps!!