Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.47k stars 1.55k forks source link

Date format specification in datepicker form field #7958

Closed agruenberg closed 2 years ago

agruenberg commented 2 years ago

Currently it seems not to be possible to set a desired date format for the datepicker form field. You can modify the desired format in the table eg. {{#if Value}} {{ date Value "DD.MM.YYYY" }} {{/if}} and the date will be formatted into this format, but within the form the date field will show the date still in the wrong format. A format string input field for date fields would be very helpful.

melohagan commented 2 years ago

Hey @agruenberg

You can set the date format with this custom date picker plugin! https://github.com/melohagan/budibase-component-kasper-date-picker

Screenshot 2022-10-14 at 16 54 40

Screenshot 2022-10-14 at 16 54 55