Hi.
When I choosed "ko-KR" in dateTimeToText, then was not worked Custom Format.
It's only returned "yyyy-MM-dd"
----------------------------------
Sorry.
My Question was not enough.
I selected 'ko-KR' in design mode,
Automatically insert double quotation marks at both side.
As far as I know This was only happen select "ko-KR".
----------------------------------
defVar --name dateAndTime
--type DateTime
--value "2019-08-05 12:18:18"
defVar --name dateTimeText
--type String
defVar --name CustomFormat
--type String
--value "yyyy/MM/dd"
dateTimeToText --culture "ko-KR"
--date "
${dateAndTime}"
--usecustomformat --customformat "
${CustomFormat}" dateTimeText=value
logMessage --message "
${dateTimeText}"
--type "Info"
------------------------------
donghyun shin
------------------------------