hi, we have a Suitelet and we trying to bring this...
# general
j
hi, we have a Suitelet and we trying to bring this component from Netsuite into our Suitelet but couldnt do it. Anyone has any idea how to bring this date picker to Suitelet???
b
add a date type field to your form
j
sry, I think I need to add more details, the data we have is a
datetime
(21/05/2022 80000), is there any datetime selector component for this one??
b
depends on the user's settings
you can set date time fields with strings if the text matches their date and time and timezone formatting preferences
if the string is coming from outside the netsuite account, then you likely need to parse it into a Date object first