Question By
Solved

Can't change date format in input date

Solved
cpshibinoppo

Nov 30th, 2022 04:57 AM

I tried changing the date format in date input, but nothing changed. Anyone can solve this problem.I tried this {"format" : "%Y-%m-%d"} But No change

bobbyiliev

Nov 30th, 2022 10:08 AM

Best Answer

Hey!

I've just tested this and it seems to be working as expected, eg:

  • Define the format in the BREAD editor:

  • Check the output:

The data itself is stored in the database in timestamp format, then the JSON above specifies the format value of the output of the date rather than how the data is saved.

Hope that this helps!