Check if date is at least 2 days greater than current date
My script works for counting the days. but if I set the month to earlier it still returns true the output is wrong as the month is set to January var systemDays = new GlideDate(); var twoDaysTime = systemDays.getByFormat('dd/MM/yyyy'); twoDaysTime.ad...