is there a way to get the timestamp (date + time) ...
# suitescript
j
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
use TO_CHAR to format it how you want