Instead of just comparing them directly (i.e. `dat...
# suitescript
e
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()
)