Index: /mods/wpsg_mod_rechnungen.class.php
===================================================================
--- /mods/wpsg_mod_rechnungen.class.php	(revision 8096)
+++ /mods/wpsg_mod_rechnungen.class.php	(revision 8097)
@@ -1309,5 +1309,5 @@
 			if ($_REQUEST['wpsg_rechnungen_faelligkeit'] == '1') {
 			    
-				if (wpsg_checkInput($_REQUEST['wpsg_rechnungen_faelligkeitsdatum'], WPSG_SANITIZE_DATE_EN)) $this->shop->view['faelligkeitdatum'] = date('Y-m-d', strtotime($_REQUEST['wpsg_rechnungen_faelligkeitsdatum']));
+				if (wpsg_checkInput($_REQUEST['wpsg_rechnungen_faelligkeitsdatum'], WPSG_SANITIZE_DATE_EN)) $this->shop->view['faelligkeitdatum'] = $_REQUEST['wpsg_rechnungen_faelligkeitsdatum'];
 				else throw \wpsg\Exception::getSanitizeException();
 				
@@ -2713,5 +2713,5 @@
  			
  				$_REQUEST['wpsg_rechnungen_faelligkeit'] = '1';
- 				$_REQUEST['wpsg_rechnungen_faelligkeitsdatum'] = date('d.m.Y', time() + intval($this->shop->get_option('wpsg_rechnungen_faelligkeit')) * 86400);
+ 				$_REQUEST['wpsg_rechnungen_faelligkeitsdatum'] = date('Y-m-d', time() + intval($this->shop->get_option('wpsg_rechnungen_faelligkeit')) * 86400);
  			
  			}
