Hi,
I am Using a FullTextSqlQuery in my project. I have a metadata property called ResolutionDate.
Its showing date in the format "mm/dd/yyyy 00:00:00 AM/PM"
I want to implement a search operation based on this date.
I want to retrieve the records only based on date(mm/dd/yyyy) ignoring time and zone.
Please Help me how to do that