Hi all,
I currently have a data table which is filtered by any combination of 3 dropdowns and it works perfectly. I would like to be able to filter it also by date. Currently my data table items are set to this:

When a user is entering data into a form the responses get sent to a sharepoint list and the start date of the task is recorded. I also patch the time into the same column as the date. So the column in the sharepoint list is a single line of text column rather than a date column. How can I manipulate my column/string in the column with the date and time in it so that I can filter by just the date selected in a datepicker?

I have modified the text in my date column so it shows correctly. Left(ThisItem.StartTime, Len(ThisItem.StartTime) -6)
Any help would be much appreciated.
Thanks,
Freddie