Hi All,
I need to type in the date from 6 months ago from todays date. This will be entered into a box on a website. I am struggling to think of a code that would work. I have tried: Now.ToString.addmonths(-6).ToSttring(“dd/mm/yyyy”)
Am I missing something on this?