? webform-375874-5.patch
Index: components/date.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/date.inc,v
retrieving revision 1.16
diff -u -p -r1.16 date.inc
--- components/date.inc	7 May 2009 22:38:14 -0000	1.16
+++ components/date.inc	7 Jun 2009 00:30:52 -0000
@@ -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 .= ' '. date($format, $timestamp);
+    $output .= ' '. format_date($timestamp, 'custom', $format);
   }
 
   return $output;
