diff --git a/include/profile_advanced.php b/include/profile_advanced.php
index 22e035fe64..41ad322b2c 100644
--- a/include/profile_advanced.php
+++ b/include/profile_advanced.php
@@ -48,7 +48,7 @@ $short_bd_format = t('j F');
$o .= '
'
. ((intval($a->profile['dob']))
? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00',$year_bd_format))
- : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00',$short_bd_format)))
+ : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],5) . ' 00:00 +00:00',$short_bd_format)))
. "
\r\n";
$o .= '';