PDA

View Full Version : Help please Birthday date


Funkie
07-19-2003, 07:15 AM
Hi Guy's

Why is the bithday date reset to this below

Website:
Birthday: December 31, 1969


Its the same on all profiles,but if you view it from the admin cp is is right,just profile is wrong.:(:(

any help would be good thanx

Gary King
07-20-2003, 07:28 PM
Try using a fresh member.php

Reverend
07-20-2003, 07:50 PM
Some server configurations display the wrong dates.

in member.php

change this: $birthday = @date($calformat1,mktime(0,0,0,$bday[1],$bday[2],$bday[0])); to this:$birthday = @date($calformat2,mktime(0,0,0,$bday[1],$bday[2],1993)) . ", $bday[0]";