Get Date difference
Hello, I would like to get a date difference in days between a Date field an Today date in Business Rule in scoped app.It try this:var start = current.startdate; gs.addInfoMessage(start);var today = new GlideDate();//.getDisplayValue(); gs.addInf...
