Filter documents with only date and only time (whereDate, whereTime) #2485
Unanswered
duonghainbs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of documents in which there is a date field as follows
ISODate("2020-05-28T06:34:23.000Z")
how to filter out data with only date and time distinct condition
or
or
All examples above return null, with the above examples used on mysql is ok.
Thank !
Beta Was this translation helpful? Give feedback.
All reactions