Index: src/admin/create_account.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- src/admin/create_account.php (revision 497383e4a0203fe142b598f29a74c632b9d29781) +++ src/admin/create_account.php (revision ) @@ -285,7 +285,7 @@ $countryZone ); - $dateOfBirth = new DateTime('0000-00-00'); + $dateOfBirth = new DateTime('0000-01-01'); if(ACCOUNT_DOB == 'true') { $dateOfBirth = new DateTime(xtc_date_raw($customers_dob)); Index: src/GXEngine/Extensions/Customers/CustomerInputToCollectionTransformer.inc.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- src/GXEngine/Extensions/Customers/CustomerInputToCollectionTransformer.inc.php (revision 497383e4a0203fe142b598f29a74c632b9d29781) +++ src/GXEngine/Extensions/Customers/CustomerInputToCollectionTransformer.inc.php (revision ) @@ -77,7 +77,7 @@ $customerCollection->setValue('gender', xtc_db_prepare_input($inputArray['gender'])); } - $customerCollection->setValue('dob', '00.00.0000'); + $customerCollection->setValue('dob', '01.01.0000'); if(ACCOUNT_DOB === 'true') { $customerCollection->setValue('dob', xtc_db_prepare_input($inputArray['dob'])); \ No newline at end of file