This message was deleted.
# suitescript
s
This message was deleted.
e
in 1.0 there are some functions for that and in 2.0 there are some parse modules. If you need to play with time zones you better choose an external library like the old well known moment.js (now there are lighter libraries)
😄 1
s
Can I find more information in the documentation?
s
N/format
is the netsuite module, it's not great for actually working the dates, its for setting/reading
😄 2
if you want to extract dates and manipulate/use them for logic, use regular js lib as eminero suggested
😄 1
s
Thank you!
s
date-fns is one example of a lighter lib for date work
😄 1
s
Thanks, amigo
d
Just for reference:
😄 1
It includes links to the previously mentions libraries and some additional suggestions with a short description of each
😄 1
s
Thanks, Danny