Hello all,
I was wondering how do I convert this field to read 'yyyy-mm-dd', the time part need to be omitted as well. For example, the first cell would be 2023-01-02
Thank you in advance!
Hi @xiaofanchen
You can use this formula
DATETIMEPARSE([Transaction Date], '%m/%d/%Y')
You are awesome!! Thank you @Felipe_Ribeir0