View with Time Criteria from 18:00 to 6:00
I am using this Criteria to View Records created TODAY
(Added_Time > zoho.currentdate && Added_Time < (zoho.currentdate + '0W:1D:0H:0M:0S'))
I need to create a view for Records created from 18:00 to 6:00 of next day - but is not working ....
This is my sentence .... could you please correct it
(Added_Time > zoho.currentdate && Added_Time < (zoho.currentdate + '0W:1D:0H:0M:0S') && ( Added_Time.getHour() > '18' || Added_Time.getHour() < '6' ))