Noob question... why I should use `format.parse` a...
# suitescript
m
Noob question... why I should use
format.parse
after fetching a date using
getText
and not use
getValue
directly?
b
you shouldn't, dont waste time with formatting if you dont need to format
m
❤️