BKWLD / decoy

A Laravel model-based CMS
http://docs.decoy.bukwild.com/
MIT License
303 stars 44 forks source link

Changing date format throughout Decoy #100

Closed tynoesj closed 6 years ago

tynoesj commented 6 years ago

Where can we change the date format (now American m/d/y) globally?

If not yet implemented, what's the best way to do this? Should be d/m/y everywhere for almost all my applications.

weotch commented 6 years ago

You can through the locale. See the work done for Brazilian Portuguese here: https://github.com/BKWLD/decoy/blob/master/lang/pt_BR/base.php#L5-L7. I'd welcome you PRing your locale as well.

tynoesj commented 6 years ago

Thank you for replying. I was already considering submitting a NL translation as a return favor for this awesome CMS 👍

For people who want to achieve this, be aware that there are several places where format are set in locales;