Hi everyone,
I would like to know if there is a way to convert dates ("2020-06-26") in french date ("26-06-2020").
Keeping the as.Date() date format.
I read i can convert with format(x,"%d/%m/%Y")), but results appears in characters.
Problematic in my case cause i would like to filter dates in my shiny app with a renderDT output.
So, my expected result would be to have the following result but in french date.
If i use format(), i lose the slider to define periods in filter (because characters).
