Using DataPrep, I am trying to identify 2 dates based on the Order_Date, (1) the first order date and (2) the latest order date. I have used the min and max functions to find the first and last order dates however, the result is an integer. When I try to convert to date (assuming this integer is number of seconds after 1/1/1900) the resulting date is incorrect.
Would there be a better method to calculate this instead?