I am attempting to run the following line of code to format a date for me as an integer instead: Date1=SUBSTR(End_Date,1,8)*1 This changes the date '2014-10-04' to '2' when really I want it to be an integer that looks like this '20141004'.
... View more