Hi again,
Trying to solve a date format issue that I encountered today, I would really appreciate it if someone could tell me what 45021.28263 is and how to change it to 3/31/2023 15:03:07.
Thank you
You can also do,
ToDateTime([Date])
Using ToDateTime(ToNumber([Date])) gets me this result.
@AKPWZ I am getting a different date value
Excel shows a bit different also.
@binu_acs
👍