How to compare date range in field styles
Hi Experts,I am trying to build a query that if due date is between today and tommorow , then that record be shown with red color.doing this in System UI ---> Field StylesCame up with this conditionjavascript: gs.dateDiff(gs.now(),current.u_due_dat...

