I need help, in assign I have
out_Date = Split(Question, "Date: ")(1).Split(Environment.NewLine.ToCharArray(), StringSplitOptions.None)(0)
, but in WriteLine
I have the value of the Date argument as 11 feb 2020 04:54:52- 0500 (EST)
.
How can I set expression only for date like this 02/11/2020
?