formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 204 forks source link

Former::date help #609

Closed Asifkrishaweb closed 3 years ago

Asifkrishaweb commented 3 years ago

Hello

How to change format of a date

Thank you

stayallive commented 3 years ago

Hi @Asifkrishaweb,

The Former library is outputting a <input type="date" /> element, and it seems setting the date format is not possible as of this moment: https://stackoverflow.com/a/9519493.

You can try using a regular text input and adding a JavaScript library for the date picker / formatter.