GlideDateTime.subtract doesn't work
I used the following commands on default value to calculate the number of days subtracting current date to due date but didn't work. Any comment or advise is greatly appreciated.javascript:calendar_duration = GlideDateTime.subtract(due_date.getDispla...