I have looked on the forum and most the of the get-items articles show searching by utcnow() but I want to search for a specific date.
In SharePoint list there is a field called Meeting Date (internal name: DiaryMeetingDate) and I have a 2 records in there with date set to 28/09/2023 and 25/10/2023.
I am trying to use get-items to filter using this query
DiaryMeetingDate eq '2023-09-28'
and it finds nothing. If i leave it blank, the record date shows up as
"DiaryMeetingDate": "2023-09-28",
Any ideas on why this doesnt work to search for a specifc date?