hello how correct conver data to search Because i ...
# suitescript
m
hello how correct conver data to search Because i have
Copy code
const dateStr = "2024-04-30T00:00:00.000Z" 
format.format({
      value: dateStr,
      type: format.Type.DATE
    }) // => 4/29/2024
wtf
e
Timezone conversion. 30 April at 00:00Z is 29 April, Pacific time
1