How to add date field type in Drupal 7

I was wondering how to add a date field type to drupal 7. I watched the video tutorial when I noticed that I don't have a date field type in my selection options. How do i do this?

enter image description here

+4
source share
1 answer

There is a date module at https://www.drupal.org/project/date . As soon as you enable this module, the type of the date field will appear.

+6
source

All Articles