I would like to have an AppEntity
with a Property
that is a Date
, which is only the date, not the time. ie the equivalent of 09/14/2025, not 09/14/2025 09:00 UTC
How would I model this? How would I create an EntityPropertyQuery
for this? If I add QueryProperties
they have the UI in Shortcuts pick a time too.
Thanks!