An Azure service for ingesting, preparing, and transforming data at scale.
convert a datetime string into a date string?
The data types datetime is a datetime, date is a date and a string is a string; there is no mix between.
A datetime do have a millisecond portion, you have to convert it date or you have to limit the string output to 10 characters to truncate the time portion.