Forums / Cotonti / Extensions / Support / Team plugin and age, set to 39 after 0.6.1 update

Trustmaster
#16360 2009-08-22 00:23
You see this line in that code you have pasted in the first post:
while($urr=sed_sql_fetcharray($sql)) {
Right after it add another one:
$urr['birthdate'] = sed_date2stamp($urr['birthdate']);
That is all you need to do and it should work fine with dates again.
May the Source be with you!