You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the Date type in the entity creates a UTC date rather than a DATEONLY that can be used for assignment.
need to explore best option:
create the type as string with the hint for the column to be 'DATE'. Determine if date range searches work such as within last 30 days
create the type as Date with default date time (UTC) behavior and verify searching can work correctly and that the value can be typed back to the UI as a simple date.
No description provided.
The text was updated successfully, but these errors were encountered: