Date input format DD/MM/YYYY?

Hi, I’m from Brasil and here the format date is DD/MM/YYYY. When we’ll see able this format in Thunkable? Tks!

You can use the Thunkable format and reorder it separating the text into pieces and joining them in the prefered format

how exactly?

So, I can’t understand how it is possible, Thunkable Classic was so easy to format date, and Thunkable X we can’t format it.
I need format date to yyyy/MM/dd that is necessary on API and I can’t.

Looks like you can do it:

https://docs.thunkable.com/date-input#set-the-date-format

3 Likes

Yes @tatiang, you can change, but not for the brazilian format “DD/MM/YYYY”… :frowning:

1 Like

You’re right. I would recommend submitting a feature request:

1 Like

Gabriel, I will answer in portuguese, since we are brazilians:

O thunkable não tem essa formatação mas o que eu faço é deixar no formato Mes, dia, ano, e depois eu trato o resultado no bloco “When Date Pick”, atribuindo a uma variável o dia + “/” + mês + “/” + ano, usando os métodos Get Day, Get Month e Get Year do Date Input.

Espero ter ajudado.

1 Like

@paulovaz72 I hope you don’t mind me translating (using Google Translate). What you shared seems like it would be helpful for others to know as well.

2 Likes