In Datepicker, we can select from different formats. I would like to be able to choose my own format.
In NL we use dd-mm-YYYY, but I cannot select it as a format.
I think I can use: apply_filters(‘ppom_date_formats’, $formats) for that.
How to implement?