Join Slack
Powered by
is there a way to get the timestamp (date + time) ...
# suitescript
j
jen
07/20/2020, 11:21 PM
is there a way to get the timestamp (date + time) for createddate on a transaction using N/Query? I'm trying
SELECT createddate FROM transaction
but it's only giving back the date (not the time).
nlapiGetFieldValue('createddate')
gives both date & time.
b
battk
07/20/2020, 11:41 PM
use TO_CHAR to format it how you want
27
Views
Open in Slack
Previous
Next