Save date with user_save
Can anyone tell me how to save a user´s birth date with user_save? I 开发者_如何学编程have day, month and year separatedly.
what version of drupal are you using? Mentioning Dru version helps to give you better explanations.
anyway, as first you should create Date of Birth field via profile module (it allows to add custom fields to user profiles), and then pass this field to user_save in second argument. See more http://api.drupal.org/api/drupal/modules--user--user.module/function/user_save/6 or http://api.drupal.org/api/drupal/modules--user--user.module/function/user_save/ for Drupal 7.
Regards
精彩评论