Hi team,
I have a table with field name time in general format (5/12/2017 7:05:10 AM) and I wanted the time to convert into est using a query. So I’m trying to apply the dateadd function in criteria row
Dateadd(“h”,-10.5,[time])
Time is the field name in the table which has to be converted
But I’m not getting desired result. Where am I going wrong. Could you assist.
I have a table with field name time in general format (5/12/2017 7:05:10 AM) and I wanted the time to convert into est using a query. So I’m trying to apply the dateadd function in criteria row
Dateadd(“h”,-10.5,[time])
Time is the field name in the table which has to be converted
But I’m not getting desired result. Where am I going wrong. Could you assist.