I'm querying an AS400 database and the dates are formatted as CYYMMDD. I've learned that I can convert this to a date format recognized by Excel using this,
But I cannot make any sense of how this is working. I would like to understand the logic behind this. Can anyone interpret what this is doing and share?
Thanks
Code:
DATE((MYTABLE.MYFIELD + 19000000) || '000000')
But I cannot make any sense of how this is working. I would like to understand the logic behind this. Can anyone interpret what this is doing and share?
Thanks