Category: Drupal Tutorials

User age from date of birth – the CCK way!

In this tutorial, submitted by Ms_Kristina, we will be using CCK to determine age from a birthday using date, and computed field. This would work well with node-profile (5.x), and content profile (6.x). I am personally using content profile along with the 6.x version of Drupal. First off you need the modules listed below:Computed Field – http://drupal.org/project/computed_fieldDate Field – http://drupal.org/project/dateCCK – http://drupal.org/project/cck

Read More