添加带日期字段的字段

时间:2014-05-21 06:42:15

标签: drupal drupal-7

我已在数据库中为我的内容类型创建了新字段" Flag",其列表类型字段

它的可能值是

-Draft 
-Sent 
-Approved 
-Rejected 

现在为这个字段创建新表,现在我想在这里存储日期,我真正想要的是:

-Draft on date DD/MM/YYYY (the date of the creation of the project)
-Sent on date DD/MM/YYYY
-Approved on date DD/MM/YYYY
-Rejected on date DD/MM/YYYY

现在如何实现它。

我正在使用drupal 7

如何在此表中添加日期字段?

https://drupal.stackexchange.com/questions/114774/add-field-with-date-field/114775

1 个答案:

答案 0 :(得分:0)

您必须下载该模块:

https://drupal.org/project/date

启用后,您必须在Flag内容类型中添加一个新字段,然后选择日期字段类型。您可以配置格式设置和其他选项。