Frequently Asked Question
How to set the format of Date and Datetime form field?
Last Updated 6 years ago
The default date and datetime format is: YYYY-MM-DD and YYYY-MM-DD HH:mm:ss
You can also change these settings in config/config.inc.php, find
You can also change these settings in config/config.inc.php, find
$config['form_date_format'] = 'MM/DD/YYYY';If you do not find these entries in your config/config.inc.php, please upgrade your DbFace to the latest version.
$config['form_datetime_format'] = 'YYYY-MM-DD HH:mm:ss';