new Date filter seems have problem
Not a Problem
After i upgraded into 7.0.3 version...
when i use new Date("2021-10-17 00:00:00").getTime()
it seems it's converted into a wrong NumberLong as a result i can't have my expected result
but there is no problem printing out the date
I don't quite understand why it is NumberLong(new Date().getTime()) here. You can just delete NumberLong.
Excuse me, can you give me a complete reproduction step?
I don't quite understand why it is NumberLong(new Date().getTime()) here. You can just delete NumberLong.
Excuse me, can you give me a complete reproduction step?
Replies have been locked on this page!