Nice reply
You didn't actually mention this was a forum password in your post and I didn't notice the table name in the SQL - since password questions generally relate to user passwords I mistakenly assumed your request did.
Anyway, you are best splitting this into two lines, something like this.
PHP Code:
$pwdate = vbdate('Ymd',TIMENOW);
$db->query_write("UPDATE " .TABLE_PREFIX. "forum SET password = george{$pwdate} WHERE forumid = 757");