I am trying out Softr Databases, and was trying out the date fields.
I saw that you could convert from string to a date field with the formulas.
So I tried DATETIME_PARSE({my_text_field}, “DD-MM-YYYY”) and it didn’t work. It results in an empty field, no errors, nothing.
The field is of the short text format and I had inputted “20-05-1995”.
I initially thought there might have been a formatting issues causing the blank field. So I tried copying and pasting the example from the Softr help docs and it didn’t work either. There certainly seems to be something wrong with this formula.