PDA

View Full Version : Join date 1969 problem


ampersand
Sat 5th Apr '08, 6:50pm
When I transfered my forum to Vb ages ago some of the members got their join date set to 12/31/1969.

Is there a way I can change that date to something like this year ?

Thanks

ampersand
Sat 5th Apr '08, 7:12pm
nevermind. I used this query and that fixed it


UPDATE vb3_user SET joindate = 1207427518 WHERE joindate = 0