but for `Date`s if you're trying to see "are these...
# suitescript
e
but for `Date`s if you're trying to see "are these the same date?" you cannot use
==
or
===
directly; convert it to a timestamp first, then compare the timestamps which are just Numbers
👍 3