Join Slack
Powered by
Instead of just comparing them directly (i.e. `dat...
# suitescript
e
erictgrubaugh
01/29/2019, 4:24 PM
Instead of just comparing them directly (i.e.
date1 < date2
), try the
getTime()
method, which returns the UNIX timestamp in ms (
date1.getTime() < date2.getTime()
)
Open in Slack
Previous
Next