Admin - Configuration - Customer Details - Account DOB - Admin
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Customer Details - Account DOB - Admin
/path/to/your/shop/admin/customers.php
| Line #95 : if (ACCOUNT_DOB == 'true') {
Line #216 : if (ACCOUNT_DOB == 'true') $sql_data_array['customers_dob'] = ($customers_dob == '0001-01-01 00:00:00' ? '0001-01-01 00:00:00' : zen_date_raw($customers_dob));
|