All, I created a Javascript where I ran a xtk.QueryDef and pulled in a "Date" object. I see the @mailDate is now converted to a String. My issue is, I need to be able to use the date in an "IF-ELSE" statement, and perform calculations on the date (i.e - add months, add year, etc); I need to creat...