diff --git a/thesis/thesis.tex b/thesis/thesis.tex
index 970cecaba0be35c4650d41693b5a5d22fe0ee4bc..076cdc1f9ef34845b1d8513b9e99ace1040b40f6 100644
--- a/thesis/thesis.tex
+++ b/thesis/thesis.tex
@@ -78,7 +78,11 @@
 \newcommand{\specialcell}[2][l]{%
   \begin{tabular}[#1]{@{}c@{}}#2\end{tabular}}
   
-
+\iftoggle{german}{}{
+% Define date format
+\usepackage[us]{datetime}
+\newdateformat{germandate}{\THEDAY. \monthname[\THEMONTH] \THEYEAR}
+}
 
 
 %%%% Font %%%%