Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Date Issue!
Hi Guys!
I have a small issue with dates, and if possible i could do with a kick in the right direction.
Basically i would like to count the number of days between 2 dates.
Im currently using this:
var date1; var date2; date1 = nlapiGetFieldValue('custbodyfhl_start'); date2 = nlapiGetFieldValue('custbodyfhl_end'); alert(date2 - date1); The alert displays NaN (Not a number).
Whats the best way to do this?
Any help would be great!
0