Hi, I am new to this channel and would need sugges...
# suitescript
w
Hi, I am new to this channel and would need suggestions regarding formatting dates in Suitescript 2.0 using system preferences. I am using N/format module which converts date to string using format specified in user preferences. Is there any way to enforce format from system preferences?
s
What type of script is it ? Schedule script and MR script uses the system prefrence
w
It's user event script where i need to use system preference
s
You can use the native javascript or moment.js to do it !
w
Thanks, will do it