PHP CRUD Generator uses 2 different language settings for dates and times:
PHP Locale Language is used in Admin Panel READ lists for date & time fields.
To change PHP Locale Language:
generator/generator.php
in your browserMore informations about PHP Locale languages: https://php.net/manual/en/class.locale.php
The Datepicker plugin is used in:
To change Datepicker plugin Language:
generator/generator.php
in your browserThe available languages are located in class/phpformbuilder/plugins/material-datepicker/dist/i18n
.
You can add your own language if it's not present, then go back to the form, the new language will be detected & shown in the dropdown list.
conf/user-conf.json
locale_default
value to a valid PHP Locale language codedatetimepickers_lang
value to an available language in class/phpformbuilder/plugins/material-datepicker/dist/i18n
The Bootstrap Admin Panel
Files & logic
Navbar
Content
Debug