Hey there,
I am using DateTimeFormat and DateTimeParse to convert v_strings that are in this format dd/mm/yyyy to a date format yyyy-mm-dd
However all days are converted to 01. For example 15/11/2008 is converted to 2008-11-01 when it should be 2008-11-15 this occurs for all records.
This is the formula I am using:
DateTimeFormat(DateTimeParse([Date],"%Y/%m/%y"),"%Y-%m-%d")
Please help me fix this and thank you in advance!