Hopefully a quick one. Whenever I store a date without picking a specific time it stores both the date and the time as 12:00 - doesn’t matter if I just format as date only.
Then when I want to filter results in a repeating group, and I want to just pick records on say today, it doesn’t return any results, even though there are records with todays date.
My assumption is because in my method using current date/time the date matches, but the time doesn’t match because it is not 12:00 - but can find the method to resolve.