alzander wrote: Simone,
Sorry for the delay in getting back to this. I just did some testing on your site and investigation on our development sites. Right now, there appears to be a bug in our profile plugin. The birthday *is* properly imported when a user logs in after registering. However, on the initial registration, the birthday is not imported.
We think we know what the issue is and are investigating a possible fix. I hope to have something to you later this week that should fix the import of birthday on registration as well.
Sorry for the trouble and thanks for notifying us of this problem.
Thanks,
Alex
if ($oField->type == "date")
{
$date = new JDate($formValue);
$formValue = $date->toSql();
}if ($oField->type == "date")
{
global $ueConfig;
$date = new JDate($formValue);
$formValue = $date->format(str_replace( 'y', 'Y', $ueConfig['date_format']));
}Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
