Sorry if this is documented in the docs, but I cou...
# orm-help
b
Sorry if this is documented in the docs, but I couldn’t find it. If I have a DateTime field in the database. Is there any way to query based on dates? I want to query for all data that has the same Date as today.
r
@Bård 👋 You can create a range that queries b/w the start and end dates via
gte
and
lte
operators for the column.
b
Hey @Ryan, cheers! I will look into those. Thanks for the swift reply - as always!
🙌 1
r
Let me know if you face any issues 😄
🙌 1