Hi,
We have an input field for dates in our table. It automatically gets the format mm/dd/yyyy. Is it possible to change the output format to yyyy-mm-dd?
Kind regards,
Anna
Hi,
We have an input field for dates in our table. It automatically gets the format mm/dd/yyyy. Is it possible to change the output format to yyyy-mm-dd?
Kind regards,
Anna
Hi @ahaegglund ,
You can add a format attribute to the input line.
{% input custom.handelbolagets.start_year as:date format:"%m/%d/%Y" %}
You can find some background information here.
Kind regards,
Michiel