--- components/date.inc	2009-11-05 16:52:19.000000000 -0800
+++ components/dateNew.inc	2010-01-07 11:06:27.000000000 -0800
@@ -297,7 +297,7 @@ function theme_webform_mail_date($data, 
   if ($data[0] && $data[1]) {
     $timestamp = strtotime($data[0] .'/'. $data[1] .'/'. $data[2]);
     $format = webform_date_format('medium');
-    $output .= ' '. format_date($timestamp, 'custom', $format);
+    $output .= ' '. format_date($timestamp, 'custom', $format, 0);
   }
 
   return $output;
