Is it possible to convert field entry that has date and time, to only date and check that this value equals TODAY in SQL query?
There is field EntryDate
with values like Tuesday, October 04, 2016 12:00 AM
- can I somehow convert this to just date, and compare it to equal TODAY?
Thanks