formatDate() function does not work correctly when the date comes in the format MM-DD-YYYY before the 12th of each month
If I understood correctly, when the formatDate function receives a date in the format MM-DD-YYYY before the 12th, the function perceives it as DD-MM-YYYY.
There are ways around this, to let the function know what format the input date is in.
The format for the input comes from the Power My Analytics extension in this format, it’s December 9th, and I understand how the formatDate function understands it, the question is, is there a way to specify where the month is and where the day is?