Shouldn't getText return a date this way `1/1/2023...
# suitescript
m
Shouldn't getText return a date this way
1/1/2023
while getValue return it this way
2023-01-01T07:00:00.000Z
? I just used getValue but it returned it as 1/1/2023 These things makes me skeptical of the API all the time 😢
a
I recommend avoiding
getText
as much as possible; you don't need
getText
for ANYTHING in NetSuite, in my experience.
☝🏻 1