jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

Allow display formatting for DATE columns #65

Open blackstarxr253 opened 1 year ago

blackstarxr253 commented 1 year ago

Crudity is an awesome program, and I have gotten plenty of use out of it so far. However, would it be possible to have the date display format be configurable? (changing to m/d/Y or d/m/Y, for example)

jan-vandenberg commented 1 year ago

Thanks for the feedback. I do not have a lot of time to work on it, but feel free to submit a PR! :)

germain-italic commented 11 months ago

@blackstarxr253 what is your use case, per-project (global setting) or per-field?

lcsqlpete commented 8 months ago

I would like this enhancement too. Maybe the global setting could be handled in the locale file for whatever language is chosen with a per field override?

germain-italic commented 8 months ago

Yeah that's definitely the best way to handle date localization. I have a lot of projects going on, but will definitely do it later, if nobody makes a PR before. If someone intends to work on it, please mention here, so that we don't start working on the same feature.