Hi everybody,
When I execute the following query, it returns me a result when committe_date = 01.01.2015 00:00:00
select * from custom_document where datetostring(committee_date, 'yyyy') = '2014'
But I want only custom_document with 2014 year. I saw that datetostring_local is not possible in Where clause.
What is the solution ?
Thank you.