I am going to set this value - 08/05/2023 on the t...
# suitescript
v
I am going to set this value - 08/05/2023 on the trandate field , but getting this error Invalid date value (must be D/M/YYYY) Could anyone please help me?
j
remove the leading zeroes?
r
N/format
s
use setText when using strings and use setValue when using dates
v
Thankyou