Select input filter order
Select input filter order
![AAS](https://secure.gravatar.com/avatar/40a04242248f6362cd777a59a53784c1/?default=https%3A%2F%2Fvanillicon.com%2F40a04242248f6362cd777a59a53784c1_200.png&rating=g&size=120)
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