Resolved! Calculate months difference between two date fields
Hello, I have a task to calculate the number of months between two date fields. (Price validity end date – Change date) I tried to solve it with the code below, but I don't think that's the best approach. var changeDate = new GlideDateTime(current.u...
