Select input filter order
Select input filter order
AAS
Posts: 7Questions: 5Answers: 0
Hello,
Im using select input filter for my column, one of the coluns is a date column, the select input is ordering like so:
01/08/18
01/09/18
02/08/18
02/09/18
What I would like:
01/08/18
02/08/18
01/09/18
02/09/18
Is this posible?
Thanks in advance
This discussion has been closed.
Answers
Hi @AAS ,
Yep, it's because by default it will be using standard dates (MM/DD/YYYY) - to convert to British (DD/MM/YYYY), do something like this.
Cheers,
Colin