Hi! I'm having trouble with three fields where I have the following formulas:
Accounting date: DateTimeFormat(DateTimeParse("2026-01-09", "%Y-%m-%d"),"%Y/%m/%d")
Date Created: DateTimeFormat(DateTimeNow(), "%Y/%m/%d")
Period name: DateTimeFormat(DateTimeParse("2026-01-09", "%Y-%m-%d"),"%b-%y"
I need the format to be YYYY-MM-DD but when I open the file in Excel (output is a .csv) I see it as MM-DD-YYYY no matter what I do. I have already tried several updates ChatGPT recommended but cannot fix it (i.e: making sure the format is V_WString, forcing the fields to be text by using ToString in a separate formula, adding ' to the beggining of the formula, etcetera)
I appreciate your help, thank you!