Hi team,
I have an API I’m calling and the inputs need to be in a Datetime format. However the API wont work with the brackets and the input needs to be like this “2021-06-11T10:30:00”
I have tried to convert it using .ToString and .replace ("/","-") but that wont work as it needs to be a DateTime?
Any ideas?