Orchestrator date and time stamp

Hello - Can anyone help with the following?

I am adding queues to the orchestrator via an excel template which works fine. When I add a start and end date however I am also getting a time stamp on the orchestrator (see image below). Does anyone know how to add a date without a timestamp?

image

hello @Cormac

before adding the date convert to MM/dd/yyyy format

like Srtdate = startDate.tostring(“MM/dd/yyyy”)

Regards
Ajay