Hi,
I'm trying to find a difference between a date when and item is released and today on my data reader.  I have the release date pulling from an API source.  I'm using the =today() formula to return a day on an ETL but it's pulling back the date and time stamp like this:
    
        
             
    
Then when I subtract the two I get a really off number (the negative number at the bottom here.
    
        
             
    
How do I get the =today() to just equal to a date, no time?