Hi,I have a CRS script that reads an XML file and checks holiday dates. I need to check dates offset from the current date, so Im using the java Calendar object (java.util.Calendar). For example, lets say I want the date 4 days back from today. Usi...