Hello.
I’m assigning a row containing date from excel to a variable, such as:
Assign
birthday = row(“生年月日”).ToString
The row contains date in format of yyyy/MM/dd, but the output from the variable is yyyy/MM/dd hh:mm:ss.
What should I do to make it stay yyyy/MM/dd?
Please help.
Regards.