Does storing Date only is not possible yet?
# orm-help
g
Does storing Date only is not possible yet?
r
@Gelo 👋 You can store and compare dates. What is the query that you’re trying to make?
g
Date range, I thought native date type is not supported but I’m wrong
r
It is supported. You can use
gte
and
lte
like filters to query between dates.
❤️ 1
g
@Ryan thanks big help!! Appreciate
🙌 1